summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240qds.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-01-07 17:55:03 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-08 18:18:23 +0800
commit26651ed9bc0c50f3e587da3a8d203bb4f4f27cb6 (patch)
treeaf64f529b163a003f929737d59a9e7a4dd8077dc /conf/machine/t4240qds.conf
parent74d198a543d636747931c1265883dcf49624b02e (diff)
downloadmeta-fsl-ppc-26651ed9bc0c50f3e587da3a8d203bb4f4f27cb6.tar.gz
add more secure u-boot into default build list
Signed-off-by: Ting Liu <ting.liu@freescale.com>
Diffstat (limited to 'conf/machine/t4240qds.conf')
-rw-r--r--conf/machine/t4240qds.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf
index 06673fa..fe67584 100644
--- a/conf/machine/t4240qds.conf
+++ b/conf/machine/t4240qds.conf
@@ -7,7 +7,7 @@
7require conf/machine/include/e6500.inc 7require conf/machine/include/e6500.inc
8 8
9SOC_FAMILY = "t4:t4240" 9SOC_FAMILY = "t4:t4240"
10UBOOT_MACHINES ?= "T4240QDS" 10UBOOT_MACHINES ?= "T4240QDS T4240QDS_SECURE_BOOT"
11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "t4240qds.dtb t4240qds-usdpaa.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig"
13 13