diff options
-rw-r--r-- | conf/machine/raspberrypi0-wifi.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/conf/machine/raspberrypi0-wifi.conf b/conf/machine/raspberrypi0-wifi.conf index 2b7cea4..adb2238 100644 --- a/conf/machine/raspberrypi0-wifi.conf +++ b/conf/machine/raspberrypi0-wifi.conf | |||
@@ -2,10 +2,14 @@ | |||
2 | #@NAME: RaspberryPi Zero WiFi Development Board | 2 | #@NAME: RaspberryPi Zero WiFi Development Board |
3 | #@DESCRIPTION: Machine configuration for the RaspberryPi Zero WiFi board (https://www.raspberrypi.org/blog/raspberry-pi-zero-w-joins-family/) | 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi Zero WiFi board (https://www.raspberrypi.org/blog/raspberry-pi-zero-w-joins-family/) |
4 | 4 | ||
5 | MACHINEOVERRIDES = "raspberrypi:${MACHINE}" | 5 | DEFAULTTUNE ?= "arm1176jzfshf" |
6 | include conf/machine/raspberrypi.conf | 6 | require conf/machine/include/tune-arm1176jzf-s.inc |
7 | include conf/machine/include/rpi-base.inc | ||
7 | 8 | ||
8 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" | 9 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" |
9 | 10 | ||
10 | SERIAL_CONSOLE = "115200 ttyS0" | 11 | SDIMG_KERNELIMAGE ?= "kernel.img" |
12 | KERNEL_DEFCONFIG ?= "bcmrpi_defconfig" | ||
13 | UBOOT_MACHINE ?= "rpi_config" | ||
14 | SERIAL_CONSOLE ?= "115200 ttyS0" | ||
11 | VC4_CMA_SIZE ?= "cma-128" | 15 | VC4_CMA_SIZE ?= "cma-128" |