[U-Boot] [PATCH 3/3] tbs2910: remove SYS_SOC from board specific Kconfig

Soeren Moch smoch at web.de
Thu Aug 13 21:08:47 CEST 2015


SYS_SOC is already defined in arch/arm/cpu/armv7/mx6/Kconfig, no need to
define it again

Signed-off-by: Soeren Moch <smoch at web.de>
---
Cc: Stefano Babic <sbabic at denx.de>
---
 board/tbs/tbs2910/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/board/tbs/tbs2910/Kconfig b/board/tbs/tbs2910/Kconfig
index a795837..55c475c 100644
--- a/board/tbs/tbs2910/Kconfig
+++ b/board/tbs/tbs2910/Kconfig
@@ -6,9 +6,6 @@ config SYS_BOARD
 config SYS_VENDOR
 	default "tbs"
 
-config SYS_SOC
-	default "mx6"
-
 config SYS_CONFIG_NAME
 	default "tbs2910"
 
-- 
1.9.1



More information about the U-Boot mailing list