summaryrefslogtreecommitdiff
path: root/include/configs/axs101.h
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2015-02-03 10:58:17 (GMT)
committerAlexey Brodkin <abrodkin@synopsys.com>2015-02-09 13:41:20 (GMT)
commita1dbe57d2d45d311e402c357831bbf5c5157a32c (patch)
treebd507c55bb7d10c92db64397c22675f95e1753ab /include/configs/axs101.h
parentbcba9742ce39e96b36b8dfc96066ee3a71561bab (diff)
downloadu-boot-a1dbe57d2d45d311e402c357831bbf5c5157a32c.tar.xz
arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h
Common arch_early_init_r() is used in "arc/lib/cpu.c" for all ARC boards so there's no sense in separate per-board definitions. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'include/configs/axs101.h')
-rw-r--r--include/configs/axs101.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/axs101.h b/include/configs/axs101.h
index 4064ed2..e9a3231 100644
--- a/include/configs/axs101.h
+++ b/include/configs/axs101.h
@@ -12,11 +12,6 @@
*/
#define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ
-/*
- * Board configuration
- */
-#define CONFIG_ARCH_EARLY_INIT_R
-
#define ARC_FPGA_PERIPHERAL_BASE 0xE0000000
#define ARC_APB_PERIPHERAL_BASE 0xF0000000
#define ARC_DWMMC_BASE (ARC_FPGA_PERIPHERAL_BASE + 0x15000)