mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
3ebb91914f
Add board code for the R8A77980 V3H Condor board. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15 lines
175 B
Text
15 lines
175 B
Text
if TARGET_CONDOR
|
|
|
|
config SYS_SOC
|
|
default "rmobile"
|
|
|
|
config SYS_BOARD
|
|
default "condor"
|
|
|
|
config SYS_VENDOR
|
|
default "renesas"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "condor"
|
|
|
|
endif
|