]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/ti/beagle/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / ti / beagle / Kconfig
index 10c81c2bee2e94cab92c316edc154c01f2750232..c2eff9e71b0c92e612fcd6f6da7eae08428254e2 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_OMAP3_BEAGLE
 
 config SYS_BOARD
-       string
        default "beagle"
 
 config SYS_VENDOR
-       string
        default "ti"
 
 config SYS_CONFIG_NAME
-       string
        default "omap3_beagle"
 
 endif