summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-01-09 14:43:06 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:23 -0300
commitba5a71075d8ba5f6d3bac467eb8c6df4e09870d3 (patch)
treea5e69b24bdd4cd7b3b607ddb2e567c8eb8641aa0 /conf
parentfff751f81fd30099a34f7573e78a1127b785b646 (diff)
downloadmeta-freescale-ba5a71075d8ba5f6d3bac467eb8c6df4e09870d3.tar.gz
t4160qds: build secure-boot u-boot
Signed-off-by: Ting Liu <ting.liu@nxp.com>> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/t4160qds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t4160qds.conf b/conf/machine/t4160qds.conf
index e86cbd2b..49f5620f 100644
--- a/conf/machine/t4160qds.conf
+++ b/conf/machine/t4160qds.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e6500.inc
9 9
10SOC_FAMILY = "t4:t4160" 10SOC_FAMILY = "t4:t4160"
11 11
12UBOOT_CONFIG ??= "nor" 12UBOOT_CONFIG ??= "secure-boot nor"
13UBOOT_CONFIG[nor] = "T4160QDS_config" 13UBOOT_CONFIG[nor] = "T4160QDS_config"
14UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" 14UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config"
15 15