]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/renesas/sh7752evb/Kconfig
sf: Tidy up public and private header files
[karo-tx-uboot.git] / board / renesas / sh7752evb / Kconfig
index 12e52b48cac7f7f0fba04e89f5dfae203b60eee3..7c6aae94bf40a4fc290935bf1e4a45f60d8202b2 100644 (file)
@@ -1,19 +1,15 @@
 if TARGET_SH7752EVB
 
 config SYS_CPU
-       string
        default "sh4"
 
 config SYS_BOARD
-       string
        default "sh7752evb"
 
 config SYS_VENDOR
-       string
        default "renesas"
 
 config SYS_CONFIG_NAME
-       string
        default "sh7752evb"
 
 endif