mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
21871138b7
Stout is an entry level development board based on R-Car H2 SoC (R8A7790) This commit supports the following peripherals: - SCIFA, I2C, Ethernet, QSPI, SDHI0/2, CPLD Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12 lines
137 B
Text
12 lines
137 B
Text
if TARGET_STOUT
|
|
|
|
config SYS_BOARD
|
|
default "stout"
|
|
|
|
config SYS_VENDOR
|
|
default "renesas"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "stout"
|
|
|
|
endif
|