diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2016-09-20 23:28:38 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-10-11 21:10:52 +1000 |
commit | 520caa9d4dcdd48fdde8585debfca56ee69f60ef (patch) | |
tree | a6ce8e2928fea32eadfbd02fd2bcff55fce2559e | |
parent | 5c877faeda4282adb9fe127661a3583acbfa4153 (diff) | |
download | meta-xilinx-520caa9d4dcdd48fdde8585debfca56ee69f60ef.tar.gz |
machine-xilinx-default.inc: Set UBOOT_OFEMBED for u-boot-xlnx-dev
The u-boot-xlnx-dev version of u-boot is the same as u-boot-xlnx source,
it generates with OF_EMBED=y.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index 7a29bd99..59a26566 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
@@ -29,7 +29,7 @@ UBOOT_SUFFIX_microblaze ?= "bin" | |||
29 | 29 | ||
30 | # u-boot-xlnx setups up all zynq configs to have embedded device trees (OF_EMBED=y) | 30 | # u-boot-xlnx setups up all zynq configs to have embedded device trees (OF_EMBED=y) |
31 | UBOOT_OFEMBED ?= "" | 31 | UBOOT_OFEMBED ?= "" |
32 | UBOOT_OFEMBED_zynq ?= "${@bb.utils.contains('PREFERRED_PROVIDER_virtual/bootloader', 'u-boot-xlnx', '', '-dtb', d)}" | 32 | UBOOT_OFEMBED_zynq ?= "${@bb.utils.contains_any('PREFERRED_PROVIDER_virtual/bootloader', 'u-boot-xlnx u-boot-xlnx-dev', '', '-dtb', d)}" |
33 | 33 | ||
34 | UBOOT_BINARY ?= "u-boot${UBOOT_OFEMBED}.${UBOOT_SUFFIX}" | 34 | UBOOT_BINARY ?= "u-boot${UBOOT_OFEMBED}.${UBOOT_SUFFIX}" |
35 | UBOOT_ELF ?= "u-boot" | 35 | UBOOT_ELF ?= "u-boot" |