]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/otc570/Kconfig
sniper: Pass serial number through ATAG
[karo-tx-uboot.git] / board / esd / otc570 / Kconfig
index ec6e4d9823a524ee7db2d27da8944cdc76eeb486..4966f5f755b48e971d9c1397ccac4403aff14809 100644 (file)
@@ -1,23 +1,12 @@
 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