]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/freescale/mx53loco/Kconfig
Merge branch 'master' of http://git.denx.de/u-boot-samsung
[karo-tx-uboot.git] / board / freescale / mx53loco / Kconfig
index 8b285d28a8fdd8b6e7704cc048c3f2bb2a34a5ce..bc44e59bfcc3ded0ee1ccf183791f922c89fca5f 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_MX53LOCO
 
 config SYS_CPU
-       string
        default "armv7"
 
 config SYS_BOARD
-       string
        default "mx53loco"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_SOC
-       string
        default "mx5"
 
 config SYS_CONFIG_NAME
-       string
        default "mx53loco"
 
 endif