]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/cm41xx/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / cm41xx / Kconfig
index ae2831ecd7c071cfd9d0c1b0cce1665e3e3373fb..b537e2674c8271a157c8e3f03f8fa48defede5c7 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_CM41XX
 
 config SYS_CPU
-       string
        default "arm920t"
 
 config SYS_BOARD
-       string
        default "cm41xx"
 
 config SYS_SOC
-       string
        default "ks8695"
 
 config SYS_CONFIG_NAME
-       string
        default "cm41xx"
 
 endif