summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2015-11-26 20:03:39 +1000
committerNathan Rossi <nathan@nathanrossi.com>2015-11-26 20:03:39 +1000
commite95274e56ff441c1f4cf45ba791ab16166f05bf8 (patch)
treebdacd18e85f828746a4a0ae68a56136d0599aafa /conf/machine/include
parentd9d299cd58cdfe3d2c2eb6c643d74d6f511858ec (diff)
downloadmeta-xilinx-e95274e56ff441c1f4cf45ba791ab16166f05bf8.tar.gz
Fix up UBOOT_BINARY for Zynq and setup SPL to load correctly
u-boot-xlnx 'xilinx-v2015.2' (fixed in newer versions) incorrectly sets the SPL image to load as 'u-boot-dtb.img' despite the images being built having embedded device trees (OF_EMBED=y). This change fixes this up so that there are no hacks to the u-boot recipes and no overrides to use the incorrectly named U-Boot image file. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/machine-xilinx-default.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc
index 054a2e18..15f85fed 100644
--- a/conf/machine/include/machine-xilinx-default.inc
+++ b/conf/machine/include/machine-xilinx-default.inc
@@ -23,7 +23,6 @@ PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}"
23UBOOT_SUFFIX ?= "img" 23UBOOT_SUFFIX ?= "img"
24UBOOT_SUFFIX_zynqmp ?= "bin" 24UBOOT_SUFFIX_zynqmp ?= "bin"
25UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}" 25UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}"
26UBOOT_BINARY_zynq ?= "u-boot-dtb.${UBOOT_SUFFIX}"
27UBOOT_ELF ?= "u-boot" 26UBOOT_ELF ?= "u-boot"
28UBOOT_ELF_aarch64 ?= "u-boot.elf" 27UBOOT_ELF_aarch64 ?= "u-boot.elf"
29 28