From 0b2dc91d157f5e105794363ed550e33401b81496 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 26 Nov 2015 18:57:19 +1000 Subject: 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 --- recipes-bsp/u-boot/u-boot-xlnx_2015.04.bb | 4 ++++ 1 file changed, 4 insertions(+) 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" SRC_URI_append_zc702-zynq7 = " file://uEnv.txt" SRC_URI_append_zedboard-zynq7 = " file://uEnv.txt" +# 2015.04 - does not split the zc702 and zc706 into two configs +UBOOT_MACHINE_zc702-zynq7 = "zynq_zc70x_config" +UBOOT_MACHINE_zc706-zynq7 = "zynq_zc70x_config" + do_compile_append() { # link u-boot-dtb.img to u-boot.img. if [ ! -e ${B}/u-boot-dtb.img ]; then -- cgit v1.2.3-54-g00ecf