summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2015-11-26 18:57:19 +1000
committerNathan Rossi <nathan@nathanrossi.com>2015-11-26 18:57:19 +1000
commit0b2dc91d157f5e105794363ed550e33401b81496 (patch)
tree215cd0c85b9ed504a860254005bb50f4bd0cccc8
parente500385e6b8a66bd66c2df380ac3f20119133944 (diff)
downloadmeta-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.bb4
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"
8SRC_URI_append_zc702-zynq7 = " file://uEnv.txt" 8SRC_URI_append_zc702-zynq7 = " file://uEnv.txt"
9SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt" 9SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt"
10 10
11# 2015.04 - does not split the zc702 and zc706 into two configs
12UBOOT_MACHINE_zc702-zynq7 = "zynq_zc70x_config"
13UBOOT_MACHINE_zc706-zynq7 = "zynq_zc70x_config"
14
11do_compile_append() { 15do_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