Merge branch 'master' of git://git.denx.de/u-boot-mmc
[platform/kernel/u-boot.git] / board / logicpd / omap3som / Kconfig
index daaefa6..68d40dc 100644 (file)
@@ -1,23 +1,14 @@
 if TARGET_OMAP3_LOGIC
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "omap3som"
 
 config SYS_VENDOR
-       string
        default "logicpd"
 
-config SYS_SOC
-       string
-       default "omap3"
-
 config SYS_CONFIG_NAME
-       string
        default "omap3_logic"
 
+source "board/ti/common/Kconfig"
+
 endif