blob: bbfd4dd07d029feb5854ad1bab9fed4e18c634af [file] [log] [blame]
Yuantian Tang353f36d2019-04-10 16:43:34 +08001if TARGET_LS1028ARDB
2
3config SYS_BOARD
4 default "ls1028a"
5
6config SYS_VENDOR
7 default "freescale"
8
9config SYS_SOC
10 default "fsl-layerscape"
11
12config SYS_CONFIG_NAME
13 default "ls1028ardb"
14
15config EMMC_BOOT
16 bool "Support for booting from EMMC"
17 default n
18
19config SYS_TEXT_BASE
20 default 0x96000000 if SD_BOOT || EMMC_BOOT
21 default 0x82000000 if TFABOOT
22 default 0x20100000
23
24source "board/freescale/common/Kconfig"
25
26endif