Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
[platform/kernel/u-boot.git] / board / cm4008 / Kconfig
index 397794d..de87d5b 100644 (file)
@@ -1,19 +1,12 @@
 if TARGET_CM4008
 
-config SYS_CPU
-       string
-       default "arm920t"
-
 config SYS_BOARD
-       string
        default "cm4008"
 
 config SYS_SOC
-       string
        default "ks8695"
 
 config SYS_CONFIG_NAME
-       string
        default "cm4008"
 
 endif