diff options
| author | Tom Rini <[email protected]> | 2023-08-14 09:11:09 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-08-14 09:11:09 -0400 |
| commit | 832148f675e427060be074c276956962fa9b5cb6 (patch) | |
| tree | 738ee6e32e70ea5eb317595efde07fed8ac71ce4 /include | |
| parent | 70c45244d9dbbe724fe879dbb64f9b2a236d3bb4 (diff) | |
| parent | d7009faa098169abd7ff0e4b41af89b17896a7da (diff) | |
Merge tag 'u-boot-rockchip-20230814' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
- Add board: rk3568 EmbedFire Lubancat 2
- Fixes for rk3568 clock and pinctrl;
- Fixes for rk3308 clock and uart;
- rk3328 rock64 updates;
- Video fix on veyron board;
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rv1126_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rv1126_common.h b/include/configs/rv1126_common.h index 1ec1640f99d..a64c0c63642 100644 --- a/include/configs/rv1126_common.h +++ b/include/configs/rv1126_common.h @@ -24,6 +24,7 @@ "scriptaddr=0x00000000\0" \ "pxefile_addr_r=0x00100000\0" \ "fdt_addr_r=0x08300000\0" \ + "fdtoverlay_addr_r=0x02000000\0" \ "kernel_addr_r=0x02008000\0" \ "ramdisk_addr_r=0x0a200000\0" |
