u-boot/board/schneider/rzn1-snarc/Kconfig
Ralph Siemsen e87c869db3 board: schneider: add RZN1 board support
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>
2023-05-13 04:01:30 +02:00

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