[meta-freescale] [meta-fsl-ppc][PATCH 07/13] p4080ds: switch to new UBOOT_CONFIG format

ting.liu at nxp.com ting.liu at nxp.com
Fri Jun 17 00:36:20 PDT 2016


From: Ting Liu <ting.liu at nxp.com>

Signed-off-by: Ting Liu <ting.liu at nxp.com>
---
 conf/machine/p4080ds.conf | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/conf/machine/p4080ds.conf b/conf/machine/p4080ds.conf
index c035fc6..f033869 100644
--- a/conf/machine/p4080ds.conf
+++ b/conf/machine/p4080ds.conf
@@ -8,11 +8,13 @@
 require conf/machine/include/e500mc.inc
 
 SOC_FAMILY = "p4080"
+
 UBOOT_CONFIG ??= "secure-boot sdcard spi nor"
 UBOOT_CONFIG[nor] = "P4080DS_config"
 UBOOT_CONFIG[secure-boot] = "P4080DS_SECURE_BOOT_config"
-UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config"
-UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config"
+UBOOT_CONFIG[sdcard] = "P4080DS_SDCARD_config,,u-boot.pbl"
+UBOOT_CONFIG[spi] = "P4080DS_SPIFLASH_config,,u-boot.pbl"
+
 KERNEL_DEVICETREE ?= "p4080ds.dtb p4080ds-usdpaa.dtb \
     p4080ds-usdpaa-shared-interfaces.dtb \
 "
-- 
1.9.2



More information about the meta-freescale mailing list