[meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/6] cubox-i: Use u-boot-fslc

Otavio Salvador otavio at ossystems.com.br
Mon May 11 09:55:14 PDT 2015


The U-Boot FSLC fork now has support for both HummingBoard and Cubox-i
boards. It supports booting them in all supported variants relying on
SPL to detect the board, CPU and memory.

Change-Id: I19efc6f7dadb8055b9e29b540275d319aefc303f
Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Tested-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 conf/machine/cubox-i.conf | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/conf/machine/cubox-i.conf b/conf/machine/cubox-i.conf
index 6c67c19..ff31371 100644
--- a/conf/machine/cubox-i.conf
+++ b/conf/machine/cubox-i.conf
@@ -14,19 +14,16 @@ require conf/machine/include/tune-cortexa9.inc
 
 SOC_FAMILY = "mx6:mx6dl:mx6q"
 
-PREFERRED_PROVIDER_u-boot = "u-boot-cubox-i"
 PREFERRED_PROVIDER_virtual/kernel = "linux-cubox-i"
 
 UBOOT_MAKE_TARGET = ""
 UBOOT_SUFFIX = "img"
 UBOOT_ENTRYPOINT = "0x10800000"
 UBOOT_CONFIG ??= "sd"
-UBOOT_CONFIG[sd] = "mx6_cubox-i_config,sdcard"
+UBOOT_CONFIG[sd] = "mx6cuboxi_defconfig,sdcard"
 UENV_FILENAME = "uEnv-${MACHINE}.txt"
 SPL_BINARY = "SPL"
 
-BOOT_SCRIPTS = "${UENV_FILENAME}:uEnv.txt"
-
 KERNEL_IMAGETYPE = "zImage"
 KERNEL_DEVICETREE = "imx6dl-cubox-i.dtb imx6q-cubox-i.dtb imx6dl-hummingboard.dtb imx6q-hummingboard.dtb"
 
-- 
2.1.4



More information about the meta-freescale mailing list