]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: rk3368: adjust CONFIG_SYS_LOAD_ADDR
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Tue, 9 Feb 2021 13:47:03 +0000 (14:47 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Tue, 30 Mar 2021 08:53:00 +0000 (16:53 +0800)
commit61969df4b9efc99fd214520258551213f9684645
treeffca727acb01ca001a7e457993313a6289486d3b
parent85b5587e8be4b4abae3ec3f449b8d2a589371e9d
rockchip: rk3368: adjust CONFIG_SYS_LOAD_ADDR

CONFIG_SYS_LOAD_ADDR currently is at 0x00280000 which is only 512KB
behind the area where we load u-boot to, which depending on u-boot size
may overlap at some point.

So for safety just pick the same value rk3399 has and set
CONFIG_SYS_LOAD_ADDR to 0x00800800 on rk3368 as well.

Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
include/configs/rk3368_common.h