diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-11-27 11:05:22 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-01-11 12:03:36 +0100 |
commit | ae1a42f4051be7866b9d76f173fbd6c5cf00a345 (patch) | |
tree | 94e0430a20b189a29f3aeef275042ecaed26649e /conf/machine | |
parent | 4003c09eed2e4ef4f86c89c5ba3d29c69a89f8b7 (diff) |
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 <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/apalis-tk1.conf | 1 |
1 files changed, 0 insertions, 1 deletions
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" |