diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 18:57:19 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-11-26 18:57:19 +1000 |
commit | 0b2dc91d157f5e105794363ed550e33401b81496 (patch) | |
tree | 215cd0c85b9ed504a860254005bb50f4bd0cccc8 | |
parent | e500385e6b8a66bd66c2df380ac3f20119133944 (diff) | |
download | meta-xilinx-0b2dc91d157f5e105794363ed550e33401b81496.tar.gz |
u-boot-xlnx_2015.04: Fix up configs for ZC70x
This version of U-Boot does not have configs for both the ZC702 and
ZC706 setup seperately, override the machine provided value in order to
select the available config for the boards.
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb b/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb index c331600a..a8bd128c 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb +++ b/recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb | |||
@@ -8,6 +8,10 @@ UBOOT_ENV_zedboard-zynq7 = "uEnv" | |||
8 | SRC_URI_append_zc702-zynq7 = " file://uEnv.txt" | 8 | SRC_URI_append_zc702-zynq7 = " file://uEnv.txt" |
9 | SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt" | 9 | SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt" |
10 | 10 | ||
11 | # 2015.04 - does not split the zc702 and zc706 into two configs | ||
12 | UBOOT_MACHINE_zc702-zynq7 = "zynq_zc70x_config" | ||
13 | UBOOT_MACHINE_zc706-zynq7 = "zynq_zc70x_config" | ||
14 | |||
11 | do_compile_append() { | 15 | do_compile_append() { |
12 | # link u-boot-dtb.img to u-boot.img. | 16 | # link u-boot-dtb.img to u-boot.img. |
13 | if [ ! -e ${B}/u-boot-dtb.img ]; then | 17 | if [ ! -e ${B}/u-boot-dtb.img ]; then |