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 <mirza.krak@endian.se>
This commit is contained in:
Mirza Krak 2017-12-08 08:25:44 +01:00 committed by Andrei Gherzan
parent f900a6568c
commit 9c9c2bac61

View File

@ -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"