Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx
[platform/kernel/u-boot.git] / board / freescale / mx6sxsabresd / Kconfig
index ee8f4a6..940983e 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_MX6SXSABRESD
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "mx6sxsabresd"
 
 config SYS_VENDOR
-       string
        default "freescale"
 
 config SYS_SOC
-       string
        default "mx6"
 
 config SYS_CONFIG_NAME
-       string
        default "mx6sxsabresd"
 
 endif