From 3c056286c32e03312a0627470899534d72fb9e09 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 20 Sep 2017 14:02:11 -0700 Subject: colibri-imx6ull: use U-Boot with 1kB padding Use u-boot-nand.imx which has a 1kB padding so it can be written directly to flash. Signed-off-by: Stefan Agner Acked-by: Max Krummenacher --- conf/machine/colibri-imx6ull.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/machine') diff --git a/conf/machine/colibri-imx6ull.conf b/conf/machine/colibri-imx6ull.conf index 630d3c7..76ccea0 100644 --- a/conf/machine/colibri-imx6ull.conf +++ b/conf/machine/colibri-imx6ull.conf @@ -15,7 +15,8 @@ KERNEL_IMAGETYPE = "zImage" PREFERRED_PROVIDER_u-boot ?= "u-boot-toradex" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-toradex" -UBOOT_BINARY = "u-boot.imx" +UBOOT_BINARY = "u-boot-nand.imx" +UBOOT_MAKE_TARGET = "u-boot-nand.imx" UBOOT_MACHINE ?= "colibri-imx6ull_defconfig" IMAGE_CLASSES += "image_type_tezi" -- cgit v1.2.3