5bc5935f10a2e545d4ae3bbfa135300150c0a304
[oweals/openwrt.git] /
1 From 0d3ccab8ba94f0cb1f5cb1c1391a79619c040f1c Mon Sep 17 00:00:00 2001
2 From: Sumit Garg <sumit.garg@nxp.com>
3 Date: Tue, 26 Jul 2016 07:43:41 -0400
4 Subject: [PATCH 85/93] armv8: fsl-layerscape: Enable FSL_LS_PPA in Secure
5  boot target
6
7 Signed-off-by: Sumit Garg <sumit.garg@nxp.com>
8 ---
9  configs/ls1012ardb_qspi_SECURE_BOOT_defconfig |    3 +--
10  1 file changed, 1 insertion(+), 2 deletions(-)
11
12 diff --git a/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig b/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig
13 index 4091503..bb9099b 100644
14 --- a/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig
15 +++ b/configs/ls1012ardb_qspi_SECURE_BOOT_defconfig
16 @@ -1,8 +1,7 @@
17  CONFIG_ARM=y
18  CONFIG_TARGET_LS1012ARDB=y
19 -CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT,SECURE_BOOT"
20 +CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT, FSL_LS_PPA, SECURE_BOOT"
21  # CONFIG_CMD_IMLS is not set
22 -# CONFIG_FSL_LS_PPA is not set
23  CONFIG_SYS_NS16550=y
24  CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1012a-rdb"
25  CONFIG_OF_CONTROL=y
26 -- 
27 1.7.9.5
28