mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
u-boot (Allwinner): drop upstreamed patches in 2023.10
This commit is contained in:
parent
0e11663c65
commit
20468737ec
@ -1,29 +0,0 @@
|
|||||||
From 7b4ff873927b131df05449df873cdf91958517a8 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Samuel Holland <samuel@sholland.org>
|
|
||||||
Date: Sat, 9 Oct 2021 10:40:45 -0500
|
|
||||||
Subject: [PATCH 01/13] Kconfig: Remove an impossible condition
|
|
||||||
|
|
||||||
ARCH_SUNXI selects BINMAN, so the condition "!BINMAN && ARCH_SUNXI"
|
|
||||||
is impossible.
|
|
||||||
|
|
||||||
Signed-off-by: Samuel Holland <samuel@sholland.org>
|
|
||||||
---
|
|
||||||
Kconfig | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/Kconfig b/Kconfig
|
|
||||||
index 931a22806e4e..ede20d74c948 100644
|
|
||||||
--- a/Kconfig
|
|
||||||
+++ b/Kconfig
|
|
||||||
@@ -432,7 +432,7 @@ config BUILD_TARGET
|
|
||||||
default "u-boot-with-spl.kwb" if ARMADA_32BIT && SPL
|
|
||||||
default "u-boot-elf.srec" if RCAR_GEN3
|
|
||||||
default "u-boot.itb" if !BINMAN && SPL_LOAD_FIT && (ARCH_ROCKCHIP || \
|
|
||||||
- ARCH_SUNXI || RISCV || ARCH_ZYNQMP)
|
|
||||||
+ RISCV || ARCH_ZYNQMP)
|
|
||||||
default "u-boot.kwb" if (ARCH_KIRKWOOD || ARMADA_32BIT) && !SPL
|
|
||||||
default "u-boot-with-spl.bin" if MPC85xx && !E500MC && !E5500 && !E6500 && SPL
|
|
||||||
default "u-boot-with-spl.bin" if ARCH_AT91 && SPL_NAND_SUPPORT
|
|
||||||
--
|
|
||||||
2.33.0
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user