mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-03 09:59:44 +00:00
16 lines
176 B
Text
16 lines
176 B
Text
|
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
|