commit | 6516336eca75eaab9526b91cd33e626b8a4b903c | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | Mon Jan 09 11:36:41 2023 +0100 |
committer | Kever Yang <kever.yang@rock-chips.com> | Mon Jan 16 18:01:11 2023 +0800 |
tree | b89c914781e4cb7800ceb4fcf0ef5b2880c26b2f | |
parent | e53856aaf430b1a854a4ca3d68173db3c6e8043b [diff] |
rockchip: px30: fix CFG_IRAM_BASE The IRAM on PX30 (or Int_MEM in datasheet) starts at 0xff0e0000 and not 0xff020000 as rightfully stated in the FIXME comment. Let's fix it so that BROM_BOOTSOURCE_ID_ADDR points to the correct address for PX30. Fixes: 46281a76bee3 ("rockchip: add core px30 headers") Cc: Quentin Schulz <foss+uboot@0leil.net> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>