summaryrefslogtreecommitdiff
path: root/configs/rock5b-rk3588_defconfig
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@collabora.com>2023-02-22 11:05:13 +0200
committerKever Yang <kever.yang@rock-chips.com>2023-02-28 18:07:29 +0800
commita6e85a35b50ade7df5f32092c1cc05ade303a22a (patch)
tree372c805eb66f654ef7cbae266078aec71dbeb7de /configs/rock5b-rk3588_defconfig
parent3bf8e40807632071769f1dfa401662c5336802c9 (diff)
downloadu-boot-a6e85a35b50ade7df5f32092c1cc05ade303a22a.tar.gz
board: rock5b-rk3588: add memory gaps into kernel's DTB
RK3588 has two memory gaps when using 16 GiB DRAM size: [0x3fc000000 , 0x3fc500000] and [0x3fff00000 , 0x3ffffffff] If the kernel is agnostic to these gaps, accessing the area causes a SError panic. Hence, add reserved memory areas in kernel's DTB before booting. Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/rock5b-rk3588_defconfig')
-rw-r--r--configs/rock5b-rk3588_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/rock5b-rk3588_defconfig b/configs/rock5b-rk3588_defconfig
index 9b7db7de64..f3026c7ea1 100644
--- a/configs/rock5b-rk3588_defconfig
+++ b/configs/rock5b-rk3588_defconfig
@@ -26,6 +26,7 @@ CONFIG_FIT=y
CONFIG_FIT_VERBOSE=y
CONFIG_SPL_FIT_SIGNATURE=y
CONFIG_SPL_LOAD_FIT=y
+CONFIG_OF_BOARD_SETUP=y
CONFIG_DEFAULT_FDT_FILE="rockchip/rk3588-rock-5b.dtb"
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_DISPLAY_BOARDINFO_LATE=y