]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/maxbcm/Kconfig
kconfig: arm: select CPU_V7 for some new boards
[karo-tx-uboot.git] / board / maxbcm / Kconfig
index d34e2abf3677fb744f0853ec2c9829f1e717a642..d833ca0e2518ec3bdfa5982a8827e4cbbbf5c601 100644 (file)
@@ -1,19 +1,12 @@
 if TARGET_MAXBCM
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "maxbcm"
 
 config SYS_SOC
-       string
        default "armada-xp"
 
 config SYS_CONFIG_NAME
-       string
        default "maxbcm"
 
 endif