Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
[platform/kernel/u-boot.git] / board / st-ericsson / snowball / Kconfig
index b5ead0f..0b3a0cc 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_SNOWBALL
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "snowball"
 
 config SYS_VENDOR
-       string
        default "st-ericsson"
 
 config SYS_SOC
-       string
        default "u8500"
 
 config SYS_CONFIG_NAME
-       string
        default "snowball"
 
 endif