mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
16 lines
192 B
Text
16 lines
192 B
Text
|
if TARGET_AM335X_GUARDIAN
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "guardian"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "bosch"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "am33xx"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "am335x_guardian"
|
||
|
|
||
|
endif
|