sun7i: Add support for the MK808C board
[oweals/u-boot.git] / board / ti / omap5_uevm / Kconfig
index 7c7d5dcc0f16984541c2a7dbe73128307f91e496..aa138445444ec81a40feaf1930e281a560c507c7 100644 (file)
@@ -1,23 +1,12 @@
 if TARGET_OMAP5_UEVM
 
-config SYS_CPU
-       string
-       default "armv7"
-
 config SYS_BOARD
-       string
        default "omap5_uevm"
 
 config SYS_VENDOR
-       string
        default "ti"
 
-config SYS_SOC
-       string
-       default "omap5"
-
 config SYS_CONFIG_NAME
-       string
        default "omap5_uevm"
 
 endif