u-boot-brain/board/synopsys/Kconfig
Alexey Brodkin 1f9ad44546 arc: add selection of endianess in Kconfig
This change allows to keep board description clean and minimalistic.
This is especially helpful if one board may house different CPUs with
different features.

It is applicable to both FPGA-based boards or those that have CPUs
mounted on interchnagable daughter-boards.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2015-02-09 16:41:20 +03:00

10 lines
111 B
Plaintext

if TARGET_ARCANGEL4
config SYS_VENDOR
default "synopsys"
config SYS_CONFIG_NAME
default "arcangel4"
endif