mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 22:24:32 +00:00
19 lines
226 B
Text
19 lines
226 B
Text
|
if TARGET_SL28
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "sl28"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "kontron"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "fsl-layerscape"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "kontron_sl28"
|
||
|
|
||
|
config SYS_TEXT_BASE
|
||
|
default 0x96000000
|
||
|
|
||
|
endif
|