From ae1a42f4051be7866b9d76f173fbd6c5cf00a345 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 27 Nov 2016 11:05:22 +0100 Subject: apalis-tk1.conf: build uImage from within kernelbuildsystem Unsetting KEEPUIMAGE requests that vmlinux is built and later manually packed into a uImage. However the deploy logic for device tree-files can not cope with this and prefixes the device-tree files with vmlinux and not uImage as expected. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- conf/machine/apalis-tk1.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf index 1528032..8b66b59 100644 --- a/conf/machine/apalis-tk1.conf +++ b/conf/machine/apalis-tk1.conf @@ -17,7 +17,6 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex" UBOOT_MACHINE = "apalis-tk1_defconfig" UBOOT_ENTRYPOINT = "0x80008000" UBOOT_LOADADDRESS = "${UBOOT_ENTRYPOINT}" -KEEPUIMAGE = "" PREFERRED_PROVIDER_lxde-icon-theme_apalis-tk1 = "lxde-icon-theme" PREFERRED_PROVIDER_lxsession-lite_apalis-tk1 = "lxsession" -- cgit v1.2.3