]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
arm: spear: Move to generic board support
authorStefan Roese <sr@denx.de>
Tue, 3 Feb 2015 07:27:21 +0000 (08:27 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:20:09 +0000 (14:20 +0200)
Without this change the board support for these SPEAr boards would
be dropped soon. Generic board support seems to work just fine.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Vipin Kumar <vk.vipin@gmail.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
include/configs/spear-common.h
include/configs/x600.h

index a11f4ed2e18b4ba20fda1552dd7eb951ddc4be90..16281f5ba8302690bc93ba43e0daa0ccb26a71b7 100644 (file)
@@ -11,6 +11,8 @@
  * Common configurations used for both spear3xx as well as spear6xx
  */
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* U-boot Load Address */
 #define CONFIG_SYS_TEXT_BASE                   0x00700000
 
index 04187c0a312588d82a6bbea557239c4cd0aa167a..241bf65f307d75a4e8300de5816f68c4cddd32e3 100644 (file)
@@ -16,6 +16,7 @@
  */
 #define CONFIG_SPEAR600                                /* SPEAr600 SoC */
 #define CONFIG_X600                            /* on X600 board */
+#define CONFIG_SYS_GENERIC_BOARD
 
 #include <asm/arch/hardware.h>