diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-03 13:58:15 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2015-02-09 16:41:20 +0300 |
commit | 6eb651ad29636682067f76de4f40c45119269f8b (patch) | |
tree | 212f38b050e6e992e121ee5022f9e2adbde48e0e /arch/arc/include/asm/config.h | |
parent | 1f9ad44546ea872fc6671602eb411377dd424c9e (diff) | |
download | u-boot-6eb651ad29636682067f76de4f40c45119269f8b.tar.gz u-boot-6eb651ad29636682067f76de4f40c45119269f8b.tar.xz u-boot-6eb651ad29636682067f76de4f40c45119269f8b.zip |
arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.h
There're no other options for ARC except "generic board" so ther's no
point to define CONFIG_SYS_GENERIC_BOARD per board.
We now have it set fo all ARC boards.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc/include/asm/config.h')
-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 e5be078c19..c1e9b44239 100644 --- a/arch/arc/include/asm/config.h +++ b/arch/arc/include/asm/config.h @@ -7,6 +7,7 @@ #ifndef __ASM_ARC_CONFIG_H_ #define __ASM_ARC_CONFIG_H_ +#define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_GENERIC_GLOBAL_DATA #define CONFIG_SYS_BOOT_RAMDISK_HIGH |