Skip to content
Snippets Groups Projects
Commit 2d67ef86 authored by Mathias Kresin's avatar Mathias Kresin
Browse files

mvebu: unset uboot build by default


Initialise the UBOOT variable by default. Otherwise it will be
unintended inherit to following images if set and causes an uboot build
where not required.

Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
parent bf4aa52d
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,9 @@ define Device/Default
KERNEL_NAME := zImage
KERNEL := kernel-bin | append-dtb | uImage none
SUPPORTED_DEVICES = $$(DEVICE_DTS)
UBOOT :=
endef
DEVICE_VARS += UBOOT
define Device/UBI
IMAGES := sysupgrade.bin
......
......@@ -158,7 +158,6 @@ define Device/turris-omnia
IMAGE/omnia-medkit-$$(IMAGE_PREFIX)-initramfs.tar.gz := omnia-medkit-initramfs | gzip
IMAGE_NAME = $$(2)
DEVICE_DTS := armada-385-turris-omnia
UBOOT :=
endef
TARGET_DEVICES += turris-omnia
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment