]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/samsung/odroid/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / samsung / odroid / Kconfig
index 8dcfb4808dd8102d173eff68bb1bb3b8707a80c5..8b52a0d589440e6badc9941401a72bb70f170d49 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_ODROID
 
 config SYS_BOARD
-       string
        default "odroid"
 
 config SYS_VENDOR
-       string
        default "samsung"
 
 config SYS_CONFIG_NAME
-       string
        default "odroid"
 
 endif