diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-03 13:58:17 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-09 16:41:20 +0300 |
commit | a1dbe57d2d45d311e402c357831bbf5c5157a32c (patch) | |
tree | bd507c55bb7d10c92db64397c22675f95e1753ab /include/configs/tb100.h | |
parent | bcba9742ce39e96b36b8dfc96066ee3a71561bab (diff) | |
download | u-boot-a1dbe57d2d45d311e402c357831bbf5c5157a32c.tar.gz |
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/tb100.h')
-rw-r--r-- | include/configs/tb100.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/tb100.h b/include/configs/tb100.h index c6878fc08e..54eca6f574 100644 --- a/include/configs/tb100.h +++ b/include/configs/tb100.h @@ -15,11 +15,6 @@ #define CONFIG_SYS_TIMER_RATE CONFIG_SYS_CLK_FREQ /* - * Board configuration - */ -#define CONFIG_ARCH_EARLY_INIT_R - -/* * Memory configuration */ #define CONFIG_SYS_TEXT_BASE 0x84000000 |