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 /arch | |
parent | bcba9742ce39e96b36b8dfc96066ee3a71561bab (diff) | |
download | u-boot-imx-a1dbe57d2d45d311e402c357831bbf5c5157a32c.zip u-boot-imx-a1dbe57d2d45d311e402c357831bbf5c5157a32c.tar.gz u-boot-imx-a1dbe57d2d45d311e402c357831bbf5c5157a32c.tar.bz2 |
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 'arch')
-rw-r--r-- | arch/arc/include/asm/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arc/include/asm/config.h b/arch/arc/include/asm/config.h index c1e9b44..b4e9099 100644 --- a/arch/arc/include/asm/config.h +++ b/arch/arc/include/asm/config.h @@ -10,6 +10,7 @@ #define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_GENERIC_GLOBAL_DATA #define CONFIG_SYS_BOOT_RAMDISK_HIGH +#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_LMB |