mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-08 05:09:17 +00:00
conf: Use unified u-boot config for 64-bit targets
The rpi_arm64 configuration supports both Raspberry Pi 3 & 4 in 64-bit
mode. Switching to this config is a small step towards supporting a
unified build for these targets.
Signed-off-by: Paul Barker <pbarker@konsulko.com>
(cherry picked from commit a4a8ce9af4)
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
This commit is contained in:
committed by
Andrei Gherzan
parent
0efe97f485
commit
db1975714a
@@ -22,7 +22,7 @@ RPI_KERNEL_DEVICETREE = " \
|
|||||||
|
|
||||||
SERIAL_CONSOLES ?= "115200;ttyS0"
|
SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||||
|
|
||||||
UBOOT_MACHINE = "rpi_3_config"
|
UBOOT_MACHINE = "rpi_arm64_config"
|
||||||
|
|
||||||
# When u-boot is enabled we need to use the "Image" format and the "booti"
|
# When u-boot is enabled we need to use the "Image" format and the "booti"
|
||||||
# command to load the kernel
|
# command to load the kernel
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ RPI_KERNEL_DEVICETREE = " \
|
|||||||
SDIMG_KERNELIMAGE ?= "kernel8.img"
|
SDIMG_KERNELIMAGE ?= "kernel8.img"
|
||||||
SERIAL_CONSOLES ?= "115200;ttyS0"
|
SERIAL_CONSOLES ?= "115200;ttyS0"
|
||||||
|
|
||||||
UBOOT_MACHINE = "rpi_4_config"
|
UBOOT_MACHINE = "rpi_arm64_config"
|
||||||
|
|
||||||
VC4DTBO ?= "vc4-fkms-v3d"
|
VC4DTBO ?= "vc4-fkms-v3d"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user