u-boot/board/raspberrypi/rpi_2/Kconfig

16 lines
176 B
Plaintext

if TARGET_RPI_2
config SYS_BOARD
default "rpi_2"
config SYS_VENDOR
default "raspberrypi"
config SYS_SOC
default "bcm2835"
config SYS_CONFIG_NAME
default "rpi_2"
endif