diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 19:04:00 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 19:09:22 +1000 |
| commit | d72fa7e585d81ce217254485c8b4b3ff78b8addb (patch) | |
| tree | 46b824d5ab3388a65932efd9ee1f9873bba904fa /conf/machine/microzed-zynq7.conf | |
| parent | c91bf97045c3f0187eff32d19840e89dd1157390 (diff) | |
| download | meta-xilinx-d72fa7e585d81ce217254485c8b4b3ff78b8addb.tar.gz | |
conf/machine/*-zynq7.conf: Update the configuration of SPL
Machines now only need to set SPL_BINARY to 'boot.bin' to enable the
generation of boot.bin and/or u-boot-spl binaries.
If a machine sets SPL_BINARY and does not provide any way to attain the
platform init code bitbake will fail with a dependency error.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine/microzed-zynq7.conf')
| -rw-r--r-- | conf/machine/microzed-zynq7.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/machine/microzed-zynq7.conf b/conf/machine/microzed-zynq7.conf index 374e7107..5182051c 100644 --- a/conf/machine/microzed-zynq7.conf +++ b/conf/machine/microzed-zynq7.conf | |||
| @@ -10,6 +10,7 @@ MACHINE_FEATURES = "ext2 vfat usbhost" | |||
| 10 | 10 | ||
| 11 | # microZed machine definition known by Xilinx UBOOT | 11 | # microZed machine definition known by Xilinx UBOOT |
| 12 | UBOOT_MACHINE = "zynq_microzed_config" | 12 | UBOOT_MACHINE = "zynq_microzed_config" |
| 13 | SPL_BINARY = "boot.bin" | ||
| 13 | 14 | ||
| 14 | SERIAL_CONSOLE = "115200 ttyPS0" | 15 | SERIAL_CONSOLE = "115200 ttyPS0" |
| 15 | 16 | ||
| @@ -20,5 +21,3 @@ MACHINE_DEVICETREE := " \ | |||
| 20 | 21 | ||
| 21 | IMAGE_BOOT_FILES += "boot.bin ${MACHINE}.dtb" | 22 | IMAGE_BOOT_FILES += "boot.bin ${MACHINE}.dtb" |
| 22 | 23 | ||
| 23 | EXTRA_IMAGEDEPENDS += "virtual/boot-bin" | ||
| 24 | |||
