diff options
author | 2021-07-30 17:02:38 +0200 | |
---|---|---|
committer | 2021-10-08 11:07:30 +0200 | |
commit | e8a0dd3548caabbac07367cedbd217e87fc91708 (patch) | |
tree | f2f1d46409a5c561cd58581adf6039f82acbbb98 | |
parent | a307f497be16316ff49a9f62bac7c47ee44e7578 (diff) |
agl_refhw-h3.inc: Update DTB to synchronize with Renesas BSP v5.1.0.sandbox/opsyvvavrychuk/bsp510-wifi
Adapt to align with rename done in
repo: https://github.com/renesas-rcar/linux-bsp.git
branch: v5.10/rcar-5.0.0.rc5
commit:
052e99d arm64: dts: renesas: Rename r8a7795{-es1,}* to r8a7795[01]*
Bug-AGL: SPEC-3997
Change-Id: I2eea83988ce6c53a9b2dc6e75d17c936d5fa5683
Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>
-rw-r--r-- | meta-agl-bsp/conf/include/agl_refhw-h3.inc | 2 |
1 files changed, 1 insertions, 1 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..3af45cbdf 100644 --- a/meta-agl-bsp/conf/include/agl_refhw-h3.inc +++ b/meta-agl-bsp/conf/include/agl_refhw-h3.inc @@ -3,7 +3,7 @@ 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" |