diff options
-rw-r--r-- | conf/machine/raspberrypi3.conf | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index f9e0ff5..b511bec 100644 --- a/conf/machine/raspberrypi3.conf +++ b/conf/machine/raspberrypi3.conf | |||
@@ -2,11 +2,14 @@ | |||
2 | #@NAME: RaspberryPi 3 Development Board | 2 | #@NAME: RaspberryPi 3 Development Board |
3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 3 | 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi 3 |
4 | 4 | ||
5 | MACHINEOVERRIDES = "raspberrypi2:${MACHINE}" | 5 | DEFAULTTUNE ?= "cortexa7thf-neon-vfpv4" |
6 | include conf/machine/raspberrypi2.conf | 6 | require conf/machine/include/tune-cortexa7.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 | ||
11 | SDIMG_KERNELIMAGE ?= "kernel7.img" | ||
12 | KERNEL_DEFCONFIG ?= "bcm2709_defconfig" | ||
10 | UBOOT_MACHINE = "rpi_3_32b_config" | 13 | UBOOT_MACHINE = "rpi_3_32b_config" |
11 | SERIAL_CONSOLE = "115200 ttyS0" | 14 | SERIAL_CONSOLE ?= "115200 ttyS0" |
12 | VC4_CMA_SIZE ?= "cma-256" | 15 | VC4_CMA_SIZE ?= "cma-256" |