mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
9316e14400
The U-Boot port runs on a variety of RPi models, not just the B. So, rename the port to something slightly more generic. Signed-off-by: Stephen Warren <swarren@wwwdotorg.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
15 lines
170 B
Text
15 lines
170 B
Text
if TARGET_RPI
|
|
|
|
config SYS_BOARD
|
|
default "rpi"
|
|
|
|
config SYS_VENDOR
|
|
default "raspberrypi"
|
|
|
|
config SYS_SOC
|
|
default "bcm2835"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "rpi"
|
|
|
|
endif
|