Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / board / compulab / cm_fx6 / Kconfig
index 42a84380f24ee3d175c0bcd3e89eb5b2fc9c4847..508c21f58b13d0f03552855d27cc68fa680a89f2 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_CM_FX6
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "cm_fx6"
 
 config SYS_VENDOR
-       string
        default "compulab"
 
 config SYS_SOC
-       string
        default "mx6"
 
 config SYS_CONFIG_NAME
-       string
        default "cm_fx6"
 
 endif