Signed-off-by: Zhenhua Luo <[email protected]> --- conf/machine/t4240qds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/machine/t4240qds.conf b/conf/machine/t4240qds.conf index 13e9576..b006857 100644 --- a/conf/machine/t4240qds.conf +++ b/conf/machine/t4240qds.conf @@ -11,7 +11,7 @@ SOC_FAMILY = "t4:t4240" UBOOT_CONFIG ??= "nor secure-boot" UBOOT_CONFIG[nor] = "T4240QDS_config" -UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config +UBOOT_CONFIG[secure-boot] = "T4240QDS_SECURE_BOOT_config" UBOOT_SOURCE_NAND = "u-boot-with-spl-pbl.bin" UBOOT_SOURCE_SPI = "u-boot.pbl" -- 2.4.3 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
