mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-18 09:13:06 +00:00
27 lines
418 B
Text
27 lines
418 B
Text
|
if TARGET_LS1028ARDB
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "ls1028a"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "fsl-layerscape"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ls1028ardb"
|
||
|
|
||
|
config EMMC_BOOT
|
||
|
bool "Support for booting from EMMC"
|
||
|
default n
|
||
|
|
||
|
config SYS_TEXT_BASE
|
||
|
default 0x96000000 if SD_BOOT || EMMC_BOOT
|
||
|
default 0x82000000 if TFABOOT
|
||
|
default 0x20100000
|
||
|
|
||
|
source "board/freescale/common/Kconfig"
|
||
|
|
||
|
endif
|