Re: [PATCH v4 10/10] rockchip: Add SPL_PAD_TO Kconfig default value

2025-04-09 Thread Quentin Schulz
Hi Jonas, On 3/29/25 4:06 PM, Jonas Karlman wrote: Almost all Rockchip boards use the same Kconfig value for SPL_PAD_TO, 0x7f8000. Would be nice to say why :) https://opensource.rock-chips.com/wiki_Partitions u-boot.itb is typically expected to be in loader2 partition by Rockchip, which is

Re: [PATCH v4 10/10] rockchip: Add SPL_PAD_TO Kconfig default value

2025-04-06 Thread Kever Yang
On 2025/3/29 23:06, Jonas Karlman wrote: Almost all Rockchip boards use the same Kconfig value for SPL_PAD_TO, 0x7f8000. Add this value as a default value for ARCH_ROCKCHIP. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang Thanks, - Kever --- Changes in v4: - New patch This patch do

[PATCH v4 10/10] rockchip: Add SPL_PAD_TO Kconfig default value

2025-03-29 Thread Jonas Karlman
Almost all Rockchip boards use the same Kconfig value for SPL_PAD_TO, 0x7f8000. Add this value as a default value for ARCH_ROCKCHIP. Signed-off-by: Jonas Karlman --- Changes in v4: - New patch This patch does not drop SPL_PAD_TO from existing defconfigs that would be affected by this change, so