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"