]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/BuS/eb_cpux9k2/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / board / BuS / eb_cpux9k2 / Kconfig
index 3a36cf33448fdb94bb07a5e7326d79ae684254ed..85d335a0e5b517a4e3f44c686ed77583fb7c02ed 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_EB_CPUX9K2
 
 config SYS_CPU
-       string
        default "arm920t"
 
 config SYS_BOARD
-       string
        default "eb_cpux9k2"
 
 config SYS_VENDOR
-       string
        default "BuS"
 
 config SYS_SOC
-       string
        default "at91"
 
 config SYS_CONFIG_NAME
-       string
        default "eb_cpux9k2"
 
 endif