diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-01-09 14:43:06 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:23 -0300 |
commit | ba5a71075d8ba5f6d3bac467eb8c6df4e09870d3 (patch) | |
tree | a5e69b24bdd4cd7b3b607ddb2e567c8eb8641aa0 /conf/machine | |
parent | fff751f81fd30099a34f7573e78a1127b785b646 (diff) | |
download | meta-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/machine')
-rw-r--r-- | conf/machine/t4160qds.conf | 2 |
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 | ||
10 | SOC_FAMILY = "t4:t4160" | 10 | SOC_FAMILY = "t4:t4160" |
11 | 11 | ||
12 | UBOOT_CONFIG ??= "nor" | 12 | UBOOT_CONFIG ??= "secure-boot nor" |
13 | UBOOT_CONFIG[nor] = "T4160QDS_config" | 13 | UBOOT_CONFIG[nor] = "T4160QDS_config" |
14 | UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" | 14 | UBOOT_CONFIG[secure-boot] = "T4160QDS_SECURE_BOOT_config" |
15 | 15 | ||