]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/otc570/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-arm
[karo-tx-uboot.git] / board / esd / otc570 / Kconfig
index ec6e4d9823a524ee7db2d27da8944cdc76eeb486..7c5ce90a7df168c7c9168933e5bb34aac3085f4c 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_OTC570
 
 config SYS_CPU
-       string
        default "arm926ejs"
 
 config SYS_BOARD
-       string
        default "otc570"
 
 config SYS_VENDOR
-       string
        default "esd"
 
 config SYS_SOC
-       string
        default "at91"
 
 config SYS_CONFIG_NAME
-       string
        default "otc570"
 
 endif