dts: fix MULTI_DTB_FIT compression choice prompt
authorBaruch Siach <baruch@tkos.co.il>
Mon, 7 Oct 2019 12:05:47 +0000 (15:05 +0300)
committerTom Rini <trini@konsulko.com>
Thu, 31 Oct 2019 11:22:53 +0000 (07:22 -0400)
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@gmail.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
dts/Kconfig

index 424193dfadd4c6e8a22673a0b4febf0083ee06a1..2bd959a7dc0c3ff82af1aadb6537ee79d8f276a1 100644 (file)
@@ -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