]> git.sur5r.net Git - u-boot/blobdiff - board/logicpd/omap3som/Kconfig
Merge git://git.denx.de/u-boot-mpc85xx
[u-boot] / board / logicpd / omap3som / Kconfig
index adeaf4d033ba24ac27aaa0f350f01369fb3a46d1..68d40dcd62d3bcb1618790b6833d36b88b60f7cd 100644 (file)
@@ -1,15 +1,14 @@
 if TARGET_OMAP3_LOGIC
 
 config SYS_BOARD
-       string
        default "omap3som"
 
 config SYS_VENDOR
-       string
        default "logicpd"
 
 config SYS_CONFIG_NAME
-       string
        default "omap3_logic"
 
+source "board/ti/common/Kconfig"
+
 endif