mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
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>
9 lines
111 B
Text
9 lines
111 B
Text
if TARGET_ARCANGEL4
|
|
|
|
config SYS_VENDOR
|
|
default "synopsys"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "arcangel4"
|
|
|
|
endif
|