mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
ee54dfea45
The explicit arch specific build symbol allows to group supported boards, generalize common config options and it will serve as a dependency for platform only drivers. Two related board defconfigs are resynced after the change. Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
12 lines
150 B
Text
12 lines
150 B
Text
if TARGET_DEVKIT3250
|
|
|
|
config SYS_BOARD
|
|
default "devkit3250"
|
|
|
|
config SYS_VENDOR
|
|
default "timll"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "devkit3250"
|
|
|
|
endif
|