diff options
| author | Nathan Rossi <nathan@nathanrossi.com> | 2016-03-30 23:29:45 +1000 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2016-03-31 18:35:01 +1000 |
| commit | 3f604ff9868892c7837e8ecc1419e8ea39107c24 (patch) | |
| tree | 6d3d447ef7e1e09cff60d0b90f94863543d09f07 /conf/machine/microzed-zynq7.conf | |
| parent | 54b35fdfa0dd9b45c9b7fdaada6e9aafc278cb7a (diff) | |
| download | meta-xilinx-3f604ff9868892c7837e8ecc1419e8ea39107c24.tar.gz | |
conf/machine/*-zynq7.conf: Use 'spl/boot.bin' for Zynq SPL images
The boot.bin built by u-boot is located in spl/boot.bin, this is now the
default location of the build product and is consistent between mainline
and the Xilinx vendor tree. This was upstream as of v2016.01 of u-boot.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine/microzed-zynq7.conf')
| -rw-r--r-- | conf/machine/microzed-zynq7.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/microzed-zynq7.conf b/conf/machine/microzed-zynq7.conf index 94283a81..9a00e61d 100644 --- a/conf/machine/microzed-zynq7.conf +++ b/conf/machine/microzed-zynq7.conf | |||
| @@ -10,7 +10,7 @@ MACHINE_FEATURES = "ext2 vfat usbhost" | |||
| 10 | 10 | ||
| 11 | # u-boot configuration | 11 | # u-boot configuration |
| 12 | UBOOT_MACHINE = "zynq_microzed_config" | 12 | UBOOT_MACHINE = "zynq_microzed_config" |
| 13 | SPL_BINARY = "boot.bin" | 13 | SPL_BINARY = "spl/boot.bin" |
| 14 | 14 | ||
| 15 | SERIAL_CONSOLE = "115200 ttyPS0" | 15 | SERIAL_CONSOLE = "115200 ttyPS0" |
| 16 | 16 | ||
