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