]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/embest/mx6boards/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / board / embest / mx6boards / Kconfig
index b0c823e322e4b2911f22b63d5ba7d64f2280d1ca..8e39fce6fec55ba4ae41aeb5b35cd7cfad9474d0 100644 (file)
@@ -1,23 +1,18 @@
 if TARGET_EMBESTMX6BOARDS
 
 config SYS_CPU
-       string
        default "armv7"
 
 config SYS_BOARD
-       string
        default "mx6boards"
 
 config SYS_VENDOR
-       string
        default "embest"
 
 config SYS_SOC
-       string
        default "mx6"
 
 config SYS_CONFIG_NAME
-       string
        default "embestmx6boards"
 
 endif