mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
e525d34b47
Salvator-x is an entry level development board based on R-Car H3 SoC (R8A7795). This commit supports SCIF only. Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15 lines
187 B
Text
15 lines
187 B
Text
if TARGET_SALVATOR_X
|
|
|
|
config SYS_SOC
|
|
default "rmobile"
|
|
|
|
config SYS_BOARD
|
|
default "salvator-x"
|
|
|
|
config SYS_VENDOR
|
|
default "renesas"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "salvator-x"
|
|
|
|
endif
|