diff options
| author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2016-05-12 17:31:32 -0700 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-05-13 17:14:00 +1000 |
| commit | 719d96c0aa01156092248eed82b9f835197da851 (patch) | |
| tree | e0184e1816334a253f09ac37403766d64a17f87f | |
| parent | bbba63c5bb2c020d87d941f619b62b00aa369aa7 (diff) | |
| download | meta-xilinx-719d96c0aa01156092248eed82b9f835197da851.tar.gz | |
machine-xilinx-default.inc: uboot format is bin
u-boot output is bin suffix format for KC705 microblaze
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
| -rw-r--r-- | conf/machine/include/machine-xilinx-default.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/machine-xilinx-default.inc b/conf/machine/include/machine-xilinx-default.inc index f645e48f..1b41aa19 100644 --- a/conf/machine/include/machine-xilinx-default.inc +++ b/conf/machine/include/machine-xilinx-default.inc | |||
| @@ -22,6 +22,7 @@ PREFERRED_PROVIDER_virtual/bootloader ??= "${XILINX_DEFAULT_UBOOT}" | |||
| 22 | 22 | ||
| 23 | UBOOT_SUFFIX ?= "img" | 23 | UBOOT_SUFFIX ?= "img" |
| 24 | UBOOT_SUFFIX_zynqmp ?= "bin" | 24 | UBOOT_SUFFIX_zynqmp ?= "bin" |
| 25 | UBOOT_SUFFIX_microblaze ?= "bin" | ||
| 25 | 26 | ||
| 26 | # u-boot-xlnx setups up all zynq configs to have embedded device trees (OF_EMBED=y) | 27 | # u-boot-xlnx setups up all zynq configs to have embedded device trees (OF_EMBED=y) |
| 27 | UBOOT_OFEMBED ?= "" | 28 | UBOOT_OFEMBED ?= "" |
