mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
e87c869db3
Add support for Schneider Electric RZ/N1D and RZ/N1S boards, which are based on the Reneasas RZ/N1 SoC devices. The intention is to support both boards using a single defconfig, and to handle the differences at runtime. Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
18 lines
236 B
Text
18 lines
236 B
Text
if TARGET_SCHNEIDER_RZN1
|
|
|
|
config TEXT_BASE
|
|
default 0x20040000
|
|
|
|
config SYS_MONITOR_LEN
|
|
default 524288
|
|
|
|
config SYS_BOARD
|
|
default "rzn1-snarc"
|
|
|
|
config SYS_VENDOR
|
|
default "schneider"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "rzn1-snarc"
|
|
|
|
endif
|