From feddf8f0c17f4999fd62364ece372ee76b3b0f9f Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Tue, 14 Mar 2017 17:32:08 +0800 Subject: [PATCH] ls1046ardb: build emmc u-boot Signed-off-by: Ting Liu Signed-off-by: Otavio Salvador --- conf/machine/ls1046ardb.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf index 553950c3..43e2646f 100644 --- a/conf/machine/ls1046ardb.conf +++ b/conf/machine/ls1046ardb.conf @@ -9,7 +9,8 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:" require conf/machine/include/qoriq-arm64.inc require conf/machine/include/arm/arch-arm64.inc -UBOOT_CONFIG ??= "sdcard qspi-secure-boot qspi" +UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi" +UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin" UBOOT_CONFIG[qspi] = "ls1046ardb_qspi_config,,u-boot-dtb.bin" UBOOT_CONFIG[qspi-secure-boot] = "ls1046ardb_qspi_SECURE_BOOT_config,,u-boot-dtb.bin" -- 2.40.1