diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-06-04 11:30:20 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-06-10 10:00:26 +0000 |
commit | 66e1a6f39ca640f8e8e909c64cf3158f8f9b7633 (patch) | |
tree | 39922cee431808a1a705e794ea4ae199e1409dc6 /meta-agl-bsp/conf/include/agl_raspberrypi5.inc | |
parent | 72db0487778e4f1be390fdf2ca1a8816bc9a80d2 (diff) |
meta-agl-bsp: update raspberrypi5 template
Update the raspberrypi5 template .inc file to drop the extra
U-Boot enabling configuration, as those tweaks are now available
in the new scarthgap branch in meta-raspberrypi.
Bug-AGL: SPEC-5164
Change-Id: Ib65d2b722ea6274b32061262d780c80436fac036
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29974
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_raspberrypi5.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_raspberrypi5.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-agl-bsp/conf/include/agl_raspberrypi5.inc b/meta-agl-bsp/conf/include/agl_raspberrypi5.inc index 212c9ff1b..4db5bb762 100644 --- a/meta-agl-bsp/conf/include/agl_raspberrypi5.inc +++ b/meta-agl-bsp/conf/include/agl_raspberrypi5.inc @@ -7,14 +7,6 @@ OSTREE_KERNEL_ARGS:sota:append = " cma=256M" # use u-boot always RPI_USE_U_BOOT = "1" -# Re-enable U-Boot for raspberrypi5 here until upstream is fixed. -# Note that this assumes the use of scarthgap/u-boot meta-lts-mixins -# branch. -UBOOT_MACHINE = "rpi_arm64_config" -COMPATIBLE_MACHINE:pn-u-boot:forcevariable = "" -KERNEL_IMAGETYPE_UBOOT ?= "Image" -KERNEL_BOOTCMD ?= "booti" - # Use UART for serial console ENABLE_UART ?= "1" |