From: Ting Liu Date: Tue, 14 Mar 2017 09:32:08 +0000 (+0800) Subject: ls1046ardb: build emmc u-boot X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=feddf8f0c17f4999fd62364ece372ee76b3b0f9f;p=meta-freescale.git ls1046ardb: build emmc u-boot Signed-off-by: Ting Liu Signed-off-by: Otavio Salvador --- 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"