]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/atmark-techno/armadillo-800eva/Kconfig
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / board / atmark-techno / armadillo-800eva / Kconfig
index c8f89fe7bba9b7e6c5d6939aad04e96b2f8db2e3..cd37dd4861dd8f9e47888923f784df5f080614df 100644 (file)
@@ -1,23 +1,12 @@
 if TARGET_ARMADILLO_800EVA
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "armadillo-800eva"
 
 config SYS_VENDOR
-       string
        default "atmark-techno"
 
-config SYS_SOC
-       string
-       default "rmobile"
-
 config SYS_CONFIG_NAME
-       string
        default "armadillo-800eva"
 
 endif