]> git.sur5r.net Git - u-boot/blobdiff - board/raspberrypi/rpi_b/Kconfig
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
[u-boot] / board / raspberrypi / rpi_b / Kconfig
index 6e99c916afe3a6b128ddf3cd474fbedee7eee165..501d511f599e5ad7f23a0e4d07ea5cbe901e20dc 100644 (file)
@@ -1,23 +1,15 @@
 if TARGET_RPI_B
 
-config SYS_CPU
-       string
-       default "arm1176"
-
 config SYS_BOARD
-       string
        default "rpi_b"
 
 config SYS_VENDOR
-       string
        default "raspberrypi"
 
 config SYS_SOC
-       string
        default "bcm2835"
 
 config SYS_CONFIG_NAME
-       string
        default "rpi_b"
 
 endif