commit | 37692c81ba7ba9471233a1db5b300aee8dba35d9 | [log] [tgz] |
---|---|---|
author | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | Tue Feb 09 14:47:03 2021 +0100 |
committer | Kever Yang <kever.yang@rock-chips.com> | Tue Mar 30 16:53:00 2021 +0800 |
tree | ffca727acb01ca001a7e457993313a6289486d3b | |
parent | c94b98b71cd1dd9497804da08b214ad27ae32b25 [diff] |
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>