summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-09-20 14:02:11 -0700
committerMax Krummenacher <max.krummenacher@toradex.com>2017-10-03 17:24:52 +0200
commit3c056286c32e03312a0627470899534d72fb9e09 (patch)
tree7ad56730a5978ff95a66104cc3cf112fe8374e4f
parent960f4f97d2b9c4f9088320d4d94c2e52aa05fcfb (diff)
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 <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/colibri-imx6ull.conf3
1 files changed, 2 insertions, 1 deletions
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"