uboot-d1: add bootloader for upcoming d1 target
[openwrt/staging/mans0n.git] / package / boot / uboot-d1 / patches / 0064-sunxi-Hide-the-SUNXI_MINIMUM_DRAM_MB-symbol.patch
1 From 8377aa2162d0a7fda76597eae59725a298dda5e6 Mon Sep 17 00:00:00 2001
2 From: Samuel Holland <samuel@sholland.org>
3 Date: Mon, 31 Oct 2022 22:14:36 -0500
4 Subject: [PATCH 64/90] sunxi: Hide the SUNXI_MINIMUM_DRAM_MB symbol
5
6 This option affects the ABI between SPL/U-Boot and U-Boot/scripts, so it
7 should not normally be changed by the user.
8
9 Signed-off-by: Samuel Holland <samuel@sholland.org>
10 ---
11 board/sunxi/Kconfig | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 --- a/board/sunxi/Kconfig
15 +++ b/board/sunxi/Kconfig
16 @@ -67,7 +67,7 @@ config SPL_STACK_R_ADDR
17 default 0x4fe00000 if SUN50I_GEN_H6
18
19 config SUNXI_MINIMUM_DRAM_MB
20 - int "minimum DRAM size"
21 + int
22 default 32 if MACH_SUNIV
23 default 64 if MACH_SUN8I_V3S
24 default 256