sandbox: eth: Add network support to sandbox
[oweals/u-boot.git] / board / renesas / sh7785lcr / Kconfig
index 8939f7d73f11a124684a3a0b200f901e2c197980..e204c76ef56351c5f0b2e080ef659335c88e9486 100644 (file)
@@ -1,19 +1,12 @@
 if TARGET_SH7785LCR
 
-config SYS_CPU
-       string
-       default "sh4"
-
 config SYS_BOARD
-       string
        default "sh7785lcr"
 
 config SYS_VENDOR
-       string
        default "renesas"
 
 config SYS_CONFIG_NAME
-       string
        default "sh7785lcr"
 
 endif