Hi Simon, On 2025-02-05 02:54, Simon Glass wrote: > Move this up higher on kevin and bob so we can accommodate a larger > U-Boot, e.g. with debugging info enabled.
These targets have moved to use ROCKCHIP_COMMON_STACK_ADDR and now use a completely different CUSTOM_SYS_INIT_SP_ADDR, please rebase. Regards, Jonas > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > configs/chromebook_bob_defconfig | 2 +- > configs/chromebook_kevin_defconfig | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/configs/chromebook_bob_defconfig > b/configs/chromebook_bob_defconfig > index decac2e1935..2f08cff41e6 100644 > --- a/configs/chromebook_bob_defconfig > +++ b/configs/chromebook_bob_defconfig > @@ -7,7 +7,7 @@ CONFIG_TEXT_BASE=0x00200000 > CONFIG_SPL_GPIO=y > CONFIG_NR_DRAM_BANKS=1 > CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y > -CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x300000 > +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x400000 > CONFIG_SF_DEFAULT_SPEED=20000000 > CONFIG_ENV_OFFSET=0x3F8000 > CONFIG_DEFAULT_DEVICE_TREE="rockchip/rk3399-gru-bob" > diff --git a/configs/chromebook_kevin_defconfig > b/configs/chromebook_kevin_defconfig > index 5bbea6c42a8..8959d397256 100644 > --- a/configs/chromebook_kevin_defconfig > +++ b/configs/chromebook_kevin_defconfig > @@ -7,7 +7,7 @@ CONFIG_TEXT_BASE=0x00200000 > CONFIG_SPL_GPIO=y > CONFIG_NR_DRAM_BANKS=1 > CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y > -CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x300000 > +CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x400000 > CONFIG_SF_DEFAULT_SPEED=20000000 > CONFIG_ENV_OFFSET=0x3F8000 > CONFIG_DEFAULT_DEVICE_TREE="rockchip/rk3399-gru-kevin"