]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/sdp4430/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / ti / sdp4430 / Kconfig
index 140e1f16eaef71e77bfa704cc944000b225976ef..5826d8fd0b214646a3ce0bf88a6ff8ffb2b98543 100644 (file)
@@ -1,23 +1,12 @@
 if TARGET_OMAP4_SDP4430
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "sdp4430"
 
 config SYS_VENDOR
-       string
        default "ti"
 
-config SYS_SOC
-       string
-       default "omap4"
-
 config SYS_CONFIG_NAME
-       string
        default "omap4_sdp4430"
 
 endif