Re: [PATCH 04/22] sunxi: Hide image type selection if SPL is disabled

2022-11-10 Thread Andre Przywara
On Tue, 1 Nov 2022 00:08:16 -0500 Samuel Holland wrote: > This choice is meaningless when SPL is disabled. Hide it to avoid any > possible confusion. > > Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Cheers, Andre > --- > > board/sunxi/Kconfig | 1 + > 1 file changed, 1

[PATCH 04/22] sunxi: Hide image type selection if SPL is disabled

2022-10-31 Thread Samuel Holland
This choice is meaningless when SPL is disabled. Hide it to avoid any possible confusion. Signed-off-by: Samuel Holland --- board/sunxi/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 084a8b0c6c..42f61df5c5 100644 ---