summaryrefslogtreecommitdiffstats
path: root/conf/machine/microzed-zynq7.conf
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2016-03-30 23:29:45 +1000
committerNathan Rossi <nathan@nathanrossi.com>2016-03-31 18:35:01 +1000
commit3f604ff9868892c7837e8ecc1419e8ea39107c24 (patch)
tree6d3d447ef7e1e09cff60d0b90f94863543d09f07 /conf/machine/microzed-zynq7.conf
parent54b35fdfa0dd9b45c9b7fdaada6e9aafc278cb7a (diff)
downloadmeta-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.conf2
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
12UBOOT_MACHINE = "zynq_microzed_config" 12UBOOT_MACHINE = "zynq_microzed_config"
13SPL_BINARY = "boot.bin" 13SPL_BINARY = "spl/boot.bin"
14 14
15SERIAL_CONSOLE = "115200 ttyPS0" 15SERIAL_CONSOLE = "115200 ttyPS0"
16 16