]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/bachmann/ot1200/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-imx
[karo-tx-uboot.git] / board / bachmann / ot1200 / Kconfig
index 55a825d8aa84afb4a853b7ff139fcd5c924f4a73..6cf257322100f0eb03ae702f8c18f183898c0c47 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_OT1200
 
 config SYS_CPU
-       string
        default "armv7"
 
 config SYS_BOARD
-       string
        default "ot1200"
 
 config SYS_VENDOR
-       string
        default "bachmann"
 
 config SYS_SOC
-       string
        default "mx6"
 
 config SYS_CONFIG_NAME
-       string
        default "ot1200"
 
 endif