From 9c9c2bac613b2a763f95ab4b323a8e4f325a4d79 Mon Sep 17 00:00:00 2001 From: Mirza Krak Date: Fri, 8 Dec 2017 08:25:44 +0100 Subject: raspberrypi0-wifi: update UBOOT_MACHINE variable The rpi0-wifi has an machine/board specific defconfig instead of the generic one Signed-off-by: Mirza Krak --- conf/machine/raspberrypi0-wifi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf index beb9c84..ef6e6e5 100644 --- a/conf/machine/raspberrypi0-wifi.conf +++ b/conf/machine/raspberrypi0-wifi.conf @@ -9,6 +9,6 @@ include conf/machine/include/rpi-base.inc MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" SDIMG_KERNELIMAGE ?= "kernel.img" -UBOOT_MACHINE ?= "rpi_config" +UBOOT_MACHINE ?= "rpi_0_w_defconfig" SERIAL_CONSOLE ?= "115200 ttyS0" VC4_CMA_SIZE ?= "cma-128" -- cgit v1.2.3-54-g00ecf