mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 06:04:34 +00:00
4cfdcf3948
Add board code for the R8A779A0 V3U Falcon board. Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> -- Marek: - various small rebase fixes and clean ups
15 lines
175 B
Text
15 lines
175 B
Text
if TARGET_FALCON
|
|
|
|
config SYS_SOC
|
|
default "rmobile"
|
|
|
|
config SYS_BOARD
|
|
default "falcon"
|
|
|
|
config SYS_VENDOR
|
|
default "renesas"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "falcon"
|
|
|
|
endif
|