x86: Rewrite bootm.c to make it similar to ARM
[oweals/u-boot.git] / board / espt / Kconfig
index 7527e34ae63431d7e21f7a75e78a455b1c998a6d..6c7cd241550046d09b8ce1b99f19ad33a7247fe6 100644 (file)
@@ -1,15 +1,12 @@
 if TARGET_ESPT
 
 config SYS_CPU
-       string
        default "sh4"
 
 config SYS_BOARD
-       string
        default "espt"
 
 config SYS_CONFIG_NAME
-       string
        default "espt"
 
 endif