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 <[email protected]> --- conf/machine/microzed-zynq7.conf | 2 +- conf/machine/picozed-zynq7.conf | 2 +- conf/machine/zc702-zynq7.conf | 2 +- conf/machine/zc706-zynq7.conf | 2 +- conf/machine/zedboard-zynq7.conf | 2 +- conf/machine/zybo-zynq7.conf | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/machine/microzed-zynq7.conf b/conf/machine/microzed-zynq7.conf index 94283a8..9a00e61 100644 --- a/conf/machine/microzed-zynq7.conf +++ b/conf/machine/microzed-zynq7.conf @@ -10,7 +10,7 @@ MACHINE_FEATURES = "ext2 vfat usbhost" # u-boot configuration UBOOT_MACHINE = "zynq_microzed_config" -SPL_BINARY = "boot.bin" +SPL_BINARY = "spl/boot.bin" SERIAL_CONSOLE = "115200 ttyPS0" diff --git a/conf/machine/picozed-zynq7.conf b/conf/machine/picozed-zynq7.conf index 7e851f6..12b0fde 100644 --- a/conf/machine/picozed-zynq7.conf +++ b/conf/machine/picozed-zynq7.conf @@ -14,7 +14,7 @@ MACHINE_FEATURES = "ext2 vfat usbhost usbgadget" # u-boot configuration UBOOT_MACHINE = "zynq_picozed_config" -SPL_BINARY = "boot.bin" +SPL_BINARY = "spl/boot.bin" SERIAL_CONSOLE = "115200 ttyPS0" diff --git a/conf/machine/zc702-zynq7.conf b/conf/machine/zc702-zynq7.conf index 9a505b3..503caa3 100644 --- a/conf/machine/zc702-zynq7.conf +++ b/conf/machine/zc702-zynq7.conf @@ -17,7 +17,7 @@ MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" # u-boot configuration UBOOT_MACHINE = "zynq_zc702_config" -SPL_BINARY = "boot.bin" +SPL_BINARY = "spl/boot.bin" SERIAL_CONSOLE = "115200 ttyPS0" diff --git a/conf/machine/zc706-zynq7.conf b/conf/machine/zc706-zynq7.conf index 7f97add..7c9c1aa 100644 --- a/conf/machine/zc706-zynq7.conf +++ b/conf/machine/zc706-zynq7.conf @@ -17,7 +17,7 @@ MACHINE_FEATURES = "rtc ext2 vfat usbhost usbgadget" # u-boot configuration UBOOT_MACHINE = "zynq_zc706_config" -SPL_BINARY = "boot.bin" +SPL_BINARY = "spl/boot.bin" SERIAL_CONSOLE = "115200 ttyPS0" diff --git a/conf/machine/zedboard-zynq7.conf b/conf/machine/zedboard-zynq7.conf index 0eb85e5..90dc993 100644 --- a/conf/machine/zedboard-zynq7.conf +++ b/conf/machine/zedboard-zynq7.conf @@ -14,7 +14,7 @@ require conf/machine/include/machine-xilinx-board.inc # u-boot configuration UBOOT_MACHINE = "zynq_zed_config" -SPL_BINARY = "boot.bin" +SPL_BINARY = "spl/boot.bin" SERIAL_CONSOLE = "115200 ttyPS0" diff --git a/conf/machine/zybo-zynq7.conf b/conf/machine/zybo-zynq7.conf index 7fdcb18..361d7cc 100644 --- a/conf/machine/zybo-zynq7.conf +++ b/conf/machine/zybo-zynq7.conf @@ -14,7 +14,7 @@ MACHINE_FEATURES = "ext2 vfat usbhost usbgadget" # u-boot configuration UBOOT_MACHINE = "zynq_zybo_config" -SPL_BINARY = "boot.bin" +SPL_BINARY = "spl/boot.bin" SERIAL_CONSOLE = "115200 ttyPS0" -- 2.7.0 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
