diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2017-02-13 23:32:43 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-02-16 01:11:36 +0100 |
commit | 67e02164929a7d8cc187315aaaab60f6f3aaf422 (patch) | |
tree | a8a45161e8eaa5aed16ec2627141e47e2d19da10 | |
parent | acbbe4b252935d907020ca186e3d5f68a6d8a3f4 (diff) | |
download | meta-raspberrypi-67e02164929a7d8cc187315aaaab60f6f3aaf422.tar.gz |
u-boot: Fix boot on rpi3
U-boot configured with 'rpi_2_config' does not boot on a RaspberryPi 3.
Instead we need to configure with 'rpi_3_32b_config'.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
-rw-r--r-- | conf/machine/raspberrypi3.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi3.conf b/conf/machine/raspberrypi3.conf index 1ac5928..f9e0ff5 100644 --- a/conf/machine/raspberrypi3.conf +++ b/conf/machine/raspberrypi3.conf | |||
@@ -7,5 +7,6 @@ include conf/machine/raspberrypi2.conf | |||
7 | 7 | ||
8 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" | 8 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-bcm43430" |
9 | 9 | ||
10 | UBOOT_MACHINE = "rpi_3_32b_config" | ||
10 | SERIAL_CONSOLE = "115200 ttyS0" | 11 | SERIAL_CONSOLE = "115200 ttyS0" |
11 | VC4_CMA_SIZE ?= "cma-256" | 12 | VC4_CMA_SIZE ?= "cma-256" |