]> git.sur5r.net Git - u-boot/blobdiff - board/technexion/twister/Kconfig
VCMA9: remove EXT2 support
[u-boot] / board / technexion / twister / Kconfig
index 1790f6d250cca512650aa44e9b2c9ecc5e0b91d6..4c0ace8eddad6172484a2b318d793595143959c8 100644 (file)
@@ -1,23 +1,12 @@
 if TARGET_TWISTER
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "twister"
 
 config SYS_VENDOR
-       string
        default "technexion"
 
-config SYS_SOC
-       string
-       default "omap3"
-
 config SYS_CONFIG_NAME
-       string
        default "twister"
 
 endif