diff options
author | Quentin Schulz | 2024-04-25 12:46:34 +0200 |
---|---|---|
committer | Kever Yang | 2024-04-26 15:47:06 +0800 |
commit | f6114fb871108eb2bad7393191c9983f0b125dc1 (patch) | |
tree | c93e9b2f003b9cc0de6d64b5707cd1953d527ae3 /configs/odroid-m1-rk3568_defconfig | |
parent | b9617d6e7951096b0d111ff33277e4e5fe659005 (diff) |
rockchip: rk356x: use DRAM banks from ATAGS
RK356x-based devices now support creating DRAM banks with proper holes
by reading the ATAGS from Rockchip TPL blob, so let's use that mechanism
instead.
The CONFIG_NR_DRAM_BANK now defaults to 10 which is a safe bet for
reading banks from ATAGS, so let's use the default value instead.
Co-developed-by: Chris Morgan <macromorgan@hotmail.com>
Signed-off-by: Chris Morgan <macromorgan@hotmail.com>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/odroid-m1-rk3568_defconfig')
-rw-r--r-- | configs/odroid-m1-rk3568_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/odroid-m1-rk3568_defconfig b/configs/odroid-m1-rk3568_defconfig index b5ed9e4bc98..e749f9af9d2 100644 --- a/configs/odroid-m1-rk3568_defconfig +++ b/configs/odroid-m1-rk3568_defconfig @@ -2,7 +2,6 @@ CONFIG_ARM=y CONFIG_SKIP_LOWLEVEL_INIT=y CONFIG_COUNTER_FREQUENCY=24000000 CONFIG_ARCH_ROCKCHIP=y -CONFIG_NR_DRAM_BANKS=2 CONFIG_SF_DEFAULT_SPEED=24000000 CONFIG_SF_DEFAULT_MODE=0x1000 CONFIG_DEFAULT_DEVICE_TREE="rk3568-odroid-m1" |