diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-10-05 12:51:16 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-16 12:14:19 +0000 |
commit | 7452c06055960fd858884ad2c118d3b6a277cc94 (patch) | |
tree | d446142e8067b346ccc7e49793ccefdd74253e9c /meta-agl-bsp/conf/include/agl_refhw-h3.inc | |
parent | cf6c45ca9a3ad44d4946daef818c9091c1d9cf3b (diff) |
meta-agl-bsp: reference hardware updates for BSP v5.5.0
Update the AGL reference hardware devicetree and U-Boot configuration
names to work with the Renesas BSP v5.5.0 update and related
meta-agl-refhw changes.
Bug-AGL: SPEC-4103
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit fe29f1717f6ee309273507724c488a6b5fbb5598)
Change-Id: I94db9390c2ec3d2b0cd9b1c0167570d813f2bae3
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/26867
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_refhw-h3.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_refhw-h3.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-agl-bsp/conf/include/agl_refhw-h3.inc b/meta-agl-bsp/conf/include/agl_refhw-h3.inc index 54470a948..1280c6c6a 100644 --- a/meta-agl-bsp/conf/include/agl_refhw-h3.inc +++ b/meta-agl-bsp/conf/include/agl_refhw-h3.inc @@ -3,10 +3,10 @@ AGL_FEATURES_append = " agl-refhw-h3" # Reference hardware has USB3 MACHINE_FEATURES_append = " usb3" -KERNEL_DEVICETREE_append = " renesas/r8a7795-agl-refhw.dtb" +KERNEL_DEVICETREE_append = " renesas/r8a77951-agl-refhw.dtb" -UBOOT_CONFIG_append = " agl-refhw-4x2g" -UBOOT_CONFIG[agl-refhw-4x2g] = "r8a7795_salvator-xs-4x2g_defconfig" +UBOOT_CONFIG_append = " agl-refhw" +UBOOT_CONFIG[agl-refhw] = "rcar3_salvator-x_defconfig" MACHINE_EXTRA_RRECOMMENDS_append_h3ulcb = " \ linux-firmware-wl18xx \ |