]> git.sur5r.net Git - u-boot/blobdiff - board/raidsonic/ib62x0/Kconfig
fdt_support: fdt_translate_address() blob const correctness
[u-boot] / board / raidsonic / ib62x0 / Kconfig
index 1e667c47feb232fa473df9292cbffabb1ac2f95e..129aac8b6d469cebc1e8071311cccc16a31c65ee 100644 (file)
@@ -1,23 +1,12 @@
 if TARGET_IB62X0
 
-config SYS_CPU
-       string
-       default "arm926ejs"
-
 config SYS_BOARD
-       string
        default "ib62x0"
 
 config SYS_VENDOR
-       string
        default "raidsonic"
 
-config SYS_SOC
-       string
-       default "kirkwood"
-
 config SYS_CONFIG_NAME
-       string
        default "ib62x0"
 
 endif