Merge tag 'ti-v2020.07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti
[oweals/u-boot.git] / board / freescale / ls2080aqds / Kconfig
1
2 if TARGET_LS2080AQDS
3
4 config SYS_BOARD
5         default "ls2080aqds"
6
7 config SYS_VENDOR
8         default "freescale"
9
10 config SYS_SOC
11         default "fsl-layerscape"
12
13 config SYS_CONFIG_NAME
14         default "ls2080aqds"
15
16 if FSL_LS_PPA
17 config SYS_LS_PPA_FW_ADDR
18         hex "PPA Firmware Addr"
19         default 0x20400000 if SYS_LS_PPA_FW_IN_XIP && QSPI_BOOT
20         default 0x580400000 if SYS_LS_PPA_FW_IN_XIP
21         default 0x400000 if SYS_LS_PPA_FW_IN_MMC || SYS_LS_PPA_FW_IN_NAND
22
23 if CHAIN_OF_TRUST
24 config SYS_LS_PPA_ESBC_ADDR
25         hex "PPA Firmware HDR Addr"
26         default 0x20680000 if SYS_LS_PPA_FW_IN_XIP && QSPI_BOOT
27         default 0x580680000 if SYS_LS_PPA_FW_IN_XIP
28         default 0x680000 if SYS_LS_PPA_FW_IN_MMC || SYS_LS_PPA_FW_IN_NAND
29 endif
30 endif
31
32 source "board/freescale/common/Kconfig"
33
34 endif