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 | |
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>
-rw-r--r-- | conf/machine/microzed-zynq7.conf | 2 | ||||
-rw-r--r-- | conf/machine/picozed-zynq7.conf | 2 | ||||
-rw-r--r-- | conf/machine/zc702-zynq7.conf | 2 | ||||
-rw-r--r-- | conf/machine/zc706-zynq7.conf | 2 | ||||
-rw-r--r-- | conf/machine/zedboard-zynq7.conf | 2 | ||||
-rw-r--r-- | 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 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 | ||
diff --git a/conf/machine/picozed-zynq7.conf b/conf/machine/picozed-zynq7.conf index 7e851f6c..12b0fde2 100644 --- a/conf/machine/picozed-zynq7.conf +++ b/conf/machine/picozed-zynq7.conf | |||
@@ -14,7 +14,7 @@ MACHINE_FEATURES = "ext2 vfat usbhost usbgadget" | |||
14 | 14 | ||
15 | # u-boot configuration | 15 | # u-boot configuration |
16 | UBOOT_MACHINE = "zynq_picozed_config" | 16 | UBOOT_MACHINE = "zynq_picozed_config" |
17 | SPL_BINARY = "boot.bin" | 17 | SPL_BINARY = "spl/boot.bin" |
18 | 18 | ||
19 | SERIAL_CONSOLE = "115200 ttyPS0" | 19 | SERIAL_CONSOLE = "115200 ttyPS0" |
20 | 20 | ||
diff --git a/conf/machine/zc702-zynq7.conf b/conf/machine/zc702-zynq7.conf index 9a505b3a..503caa31 100644 --- a/conf/machine/zc702-zynq7.conf +++ b/conf/machine/zc702-zynq7.conf | |||
@@ -17,7 +17,7 @@ MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost" | |||
17 | 17 | ||
18 | # u-boot configuration | 18 | # u-boot configuration |
19 | UBOOT_MACHINE = "zynq_zc702_config" | 19 | UBOOT_MACHINE = "zynq_zc702_config" |
20 | SPL_BINARY = "boot.bin" | 20 | SPL_BINARY = "spl/boot.bin" |
21 | 21 | ||
22 | SERIAL_CONSOLE = "115200 ttyPS0" | 22 | SERIAL_CONSOLE = "115200 ttyPS0" |
23 | 23 | ||
diff --git a/conf/machine/zc706-zynq7.conf b/conf/machine/zc706-zynq7.conf index 7f97addf..7c9c1aaa 100644 --- a/conf/machine/zc706-zynq7.conf +++ b/conf/machine/zc706-zynq7.conf | |||
@@ -17,7 +17,7 @@ MACHINE_FEATURES = "rtc ext2 vfat usbhost usbgadget" | |||
17 | 17 | ||
18 | # u-boot configuration | 18 | # u-boot configuration |
19 | UBOOT_MACHINE = "zynq_zc706_config" | 19 | UBOOT_MACHINE = "zynq_zc706_config" |
20 | SPL_BINARY = "boot.bin" | 20 | SPL_BINARY = "spl/boot.bin" |
21 | 21 | ||
22 | SERIAL_CONSOLE = "115200 ttyPS0" | 22 | SERIAL_CONSOLE = "115200 ttyPS0" |
23 | 23 | ||
diff --git a/conf/machine/zedboard-zynq7.conf b/conf/machine/zedboard-zynq7.conf index 0eb85e5b..90dc993b 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 | |||
14 | 14 | ||
15 | # u-boot configuration | 15 | # u-boot configuration |
16 | UBOOT_MACHINE = "zynq_zed_config" | 16 | UBOOT_MACHINE = "zynq_zed_config" |
17 | SPL_BINARY = "boot.bin" | 17 | SPL_BINARY = "spl/boot.bin" |
18 | 18 | ||
19 | SERIAL_CONSOLE = "115200 ttyPS0" | 19 | SERIAL_CONSOLE = "115200 ttyPS0" |
20 | 20 | ||
diff --git a/conf/machine/zybo-zynq7.conf b/conf/machine/zybo-zynq7.conf index 7fdcb183..361d7ccd 100644 --- a/conf/machine/zybo-zynq7.conf +++ b/conf/machine/zybo-zynq7.conf | |||
@@ -14,7 +14,7 @@ MACHINE_FEATURES = "ext2 vfat usbhost usbgadget" | |||
14 | 14 | ||
15 | # u-boot configuration | 15 | # u-boot configuration |
16 | UBOOT_MACHINE = "zynq_zybo_config" | 16 | UBOOT_MACHINE = "zynq_zybo_config" |
17 | SPL_BINARY = "boot.bin" | 17 | SPL_BINARY = "spl/boot.bin" |
18 | 18 | ||
19 | SERIAL_CONSOLE = "115200 ttyPS0" | 19 | SERIAL_CONSOLE = "115200 ttyPS0" |
20 | 20 | ||