mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
f7244f2c48
Add QSPI Secure Boot target. Also enable sec init. Signed-off-by: Vinitha Pillai <vinitha.pillai@nxp.com> Signed-off-by: Sumit Garg <sumit.garg@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
16 lines
236 B
Text
16 lines
236 B
Text
|
|
if TARGET_LS1046ARDB
|
|
|
|
config SYS_BOARD
|
|
default "ls1046ardb"
|
|
|
|
config SYS_VENDOR
|
|
default "freescale"
|
|
|
|
config SYS_SOC
|
|
default "fsl-layerscape"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "ls1046ardb"
|
|
source "board/freescale/common/Kconfig"
|
|
endif
|