]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.h
authorAlexey Brodkin <abrodkin@synopsys.com>
Tue, 3 Feb 2015 10:58:15 +0000 (13:58 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Mon, 9 Feb 2015 13:41:20 +0000 (16:41 +0300)
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>
arch/arc/include/asm/config.h
include/configs/arcangel4.h
include/configs/axs101.h
include/configs/tb100.h

index e5be078c19704776e9cb986d4bf2951e6d5a6335..c1e9b44239cc8ee0beaddfeab81730bc62868aa9 100644 (file)
@@ -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
 
index 3268c56f7dd86d3215b810f9d2b9480c95d7f38c..60f30777dcb397927800cc7ef83003dde57612df 100644 (file)
@@ -15,7 +15,6 @@
 /*
  * Board configuration
  */
-#define CONFIG_SYS_GENERIC_BOARD
 #define CONFIG_SKIP_LOWLEVEL_INIT      /* U-Boot is in RAM already */
 
 #define CONFIG_ARCH_EARLY_INIT_R
index ff3fad312e508e9f340173452486f444e160a465..2340d99346b959eccd51ea1e819df5669e9f8653 100644 (file)
@@ -15,7 +15,6 @@
 /*
  * Board configuration
  */
-#define CONFIG_SYS_GENERIC_BOARD
 #define CONFIG_SKIP_LOWLEVEL_INIT      /* U-Boot is in RAM already */
 
 #define CONFIG_ARCH_EARLY_INIT_R
index 32675c43d4943684c3eb88cc977209ef3f5c83d1..c6878fc08e1f0e8eb0f7ccd434cbad002b97cd40 100644 (file)
@@ -17,7 +17,6 @@
 /*
  * Board configuration
  */
-#define CONFIG_SYS_GENERIC_BOARD
 #define CONFIG_ARCH_EARLY_INIT_R
 
 /*