]> git.sur5r.net Git - u-boot/blobdiff - board/renesas/sh7753evb/Kconfig
ARM: rmobile: Remove Serial SH probing from ULCB board
[u-boot] / board / renesas / sh7753evb / Kconfig
index a1f4cd03ef1c166bb60f022ec0b166434721410f..be889248a8e78378199382e2b28a5883b1bab92c 100644 (file)
@@ -1,19 +1,12 @@
 if TARGET_SH7753EVB
 
-config SYS_CPU
-       string
-       default "sh4"
-
 config SYS_BOARD
-       string
        default "sh7753evb"
 
 config SYS_VENDOR
-       string
        default "renesas"
 
 config SYS_CONFIG_NAME
-       string
        default "sh7753evb"
 
 endif