[U-Boot] [PATCH] dts: fix MULTI_DTB_FIT compression choice prompt
Baruch Siach
baruch at tkos.co.il
Mon Oct 7 12:05:47 UTC 2019
This choice is not about SPL for which we have a separate choice.
Fixes: 95f4bbd581 ("lib: fdt: Allow LZO and GZIP DT compression in U-Boot")
Cc: Marek Vasut <marek.vasut+renesas at gmail.com>
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
dts/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dts/Kconfig b/dts/Kconfig
index c9ab66cccc81..32ab81eb1850 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -131,7 +131,7 @@ config OF_LIST
separated by <space>.
choice
- prompt "SPL OF LIST compression"
+ prompt "OF LIST compression"
depends on MULTI_DTB_FIT
default MULTI_DTB_FIT_NO_COMPRESSION
--
2.23.0
More information about the U-Boot
mailing list