]> git.ipfire.org Git - thirdparty/u-boot.git/commit
rockchip: odroid-go2: Update Kconfig options for SPL
authorJonas Karlman <jonas@kwiboo.se>
Sun, 31 Aug 2025 16:49:25 +0000 (16:49 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Sat, 1 Nov 2025 13:17:43 +0000 (21:17 +0800)
commit28fa983c58921036bf27f8e5a3ba2aa7ee07122c
treeb775d5319d4862f7732847a796846de400f401cb
parent45e9b5de86706e3adcbf7a7f9cff185e1008b231
rockchip: odroid-go2: Update Kconfig options for SPL

Drop SPL_DRIVERS_MISC, it is not needed/used on these devices.

Enable SPL_FIT_SIGNATURE to ensure the integrity of the FIT images
that are loaded into memory.

Change SPL_MAX_SIZE to 256 KiB, similar to other SoCs where TF-A is
loaded at 0x40000 offset from start of DRAM.

Enable SPL_DM_SEQ_ALIAS to ensure device aliases are applied in SPL.

Drop use of SPL_TINY_MEMSET, there is plenty room for the normal memset.

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