From 78c395aab7792edfc0d969d33a7d28182117408f Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Wed, 13 Apr 2022 10:35:31 +0200 Subject: [PATCH] sunxi64.inc: Don't set UBOOT_BINARY It's valid for sunxi uboot only and breaks wic so comment it Signed-off-by: Marek Belisko --- conf/machine/include/sunxi64.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/sunxi64.inc b/conf/machine/include/sunxi64.inc index d7ef8f2..b2df753 100644 --- a/conf/machine/include/sunxi64.inc +++ b/conf/machine/include/sunxi64.inc @@ -19,7 +19,7 @@ UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}" UBOOT_ENTRYPOINT ?= "0x40008000" UBOOT_LOADADDRESS ?= "0x400080OB00" -UBOOT_BINARY ?= "u-boot.itb" +#UBOOT_BINARY ?= "u-boot.itb" SPL_BINARY ?= "spl/sunxi-spl.bin" SERIAL_CONSOLE ?= "115200 ttyS0"