]> git.sur5r.net Git - u-boot/commitdiff
arm: mvebu: Move some defines to common include file
authorStefan Roese <sr@denx.de>
Wed, 18 Nov 2015 11:44:29 +0000 (12:44 +0100)
committerStefan Roese <sr@denx.de>
Thu, 14 Jan 2016 13:08:59 +0000 (14:08 +0100)
This patch moves some config options to the mvebu common include file.
Making it easier to not forget these defines for new boards.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Cc: Dirk Eibach <dirk.eibach@gdsys.cc>
arch/arm/mach-mvebu/include/mach/config.h
include/configs/db-88f6820-gp.h
include/configs/db-mv784mp-gp.h
include/configs/maxbcm.h

index 74a1ff6ad7b5b8c1baefc5ea33e49885bee23e64..c282fcbfcba6a37abd298c79b9cecdc61d5298a8 100644 (file)
 
 #define CONFIG_SYS_CACHELINE_SIZE      32
 
+#define CONFIG_SYS_L2_PL310
+
+#ifdef CONFIG_SPL_BUILD
+#define CONFIG_SKIP_LOWLEVEL_INIT      /* disable board lowlevel_init */
+#endif
+
 /*
  * By default kwbimage.cfg from board specific folder is used
  * If for some board, different configuration file need to be used,
index a6ecba3bd1cac20f86cae5d5a03eb26a75140e4c..d76ceb72b0b0d9a056b4f0f98a308505a9a756a2 100644 (file)
 #define CONFIG_ARMADA_38X
 #define CONFIG_DB_88F6820_GP           /* Board target name for DDR training */
 
-#define CONFIG_SYS_L2_PL310
-
-#ifdef CONFIG_SPL_BUILD
-#define CONFIG_SKIP_LOWLEVEL_INIT      /* disable board lowlevel_init */
-#endif
 #define CONFIG_DISPLAY_BOARDINFO_LATE
 
 /*
index 6c3f4447432c2c5424994ed1aba53204f1076155..886f313aad0e46437659cdabfb9ba0f0b04d3edf 100644 (file)
@@ -13,9 +13,6 @@
 #define CONFIG_ARMADA_XP               /* SOC Family Name */
 #define CONFIG_DB_784MP_GP             /* Board target name for DDR training */
 
-#ifdef CONFIG_SPL_BUILD
-#define CONFIG_SKIP_LOWLEVEL_INIT      /* disable board lowlevel_init */
-#endif
 #define CONFIG_DISPLAY_BOARDINFO_LATE
 
 /*
index ada5267d341db284638751e3390b1373b1c5adff..49e83c0fc63c61606689f1514317388ae4cdf0b6 100644 (file)
@@ -11,9 +11,6 @@
  * High Level Configuration Options (easy to change)
  */
 #define CONFIG_ARMADA_XP               /* SOC Family Name */
-#ifdef CONFIG_SPL_BUILD
-#define CONFIG_SKIP_LOWLEVEL_INIT      /* disable board lowlevel_init */
-#endif
 #define CONFIG_DISPLAY_BOARDINFO_LATE
 
 /*