uboot-d1: add bootloader for upcoming d1 target
[openwrt/staging/pepe2k.git] / package / boot / uboot-d1 / patches / 0057-sunxi-Hide-image-type-selection-if-SPL-is-disabled.patch
1 From 2ba626d36e622f29528ce953618dde9a01bdacd6 Mon Sep 17 00:00:00 2001
2 From: Samuel Holland <samuel@sholland.org>
3 Date: Fri, 5 Aug 2022 21:56:43 -0500
4 Subject: [PATCH 57/90] sunxi: Hide image type selection if SPL is disabled
5
6 This choice is meaningless when SPL is disabled. Hide it to avoid any
7 possible confusion.
8
9 Signed-off-by: Samuel Holland <samuel@sholland.org>
10 ---
11 board/sunxi/Kconfig | 1 +
12 1 file changed, 1 insertion(+)
13
14 --- a/board/sunxi/Kconfig
15 +++ b/board/sunxi/Kconfig
16 @@ -1,5 +1,6 @@
17 choice
18 prompt "SPL Image Type"
19 + depends on SPL
20 default SPL_IMAGE_TYPE_SUNXI_EGON
21
22 config SPL_IMAGE_TYPE_SUNXI_EGON