blob: bbfd4dd07d029feb5854ad1bab9fed4e18c634af [file] [log] [blame]
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