mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-15 03:36:59 +02:00
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>
13 lines
150 B
Plaintext
13 lines
150 B
Plaintext
if TARGET_DEVKIT3250
|
|
|
|
config SYS_BOARD
|
|
default "devkit3250"
|
|
|
|
config SYS_VENDOR
|
|
default "timll"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "devkit3250"
|
|
|
|
endif
|