rockchip: rk3399-gru: Move SPI flash payload offset for bob and kevin
authorJonas Karlman <jonas@kwiboo.se>
Thu, 12 Dec 2024 23:57:10 +0000 (23:57 +0000)
committerTom Rini <trini@konsulko.com>
Sat, 11 Jan 2025 00:56:18 +0000 (18:56 -0600)
commitafbc34c79ceea585a7c8d97b5011ba377b7b0a63
tree71b1312ce78c0f936986419de54db9682a87e978
parent01048aa9f8d669869a4dff8399e2238dd39b0531
rockchip: rk3399-gru: Move SPI flash payload offset for bob and kevin

The BootROM on RK3399 only read the first 2 KB of each 4 KB page from
SPI flash. With current FIT payload offset of 0x40000 this limits the
supported TPL+SPL size to only 128 KB.

Change to use 0xE0000 as FIT payload offset, similar to other RK3399
boards, to allow a maximum size for TPL of 192 KB and SPL of 256 KB.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/chromebook_bob_defconfig
configs/chromebook_kevin_defconfig