diff options
author | Baruch Siach | 2019-10-07 15:05:47 +0300 |
---|---|---|
committer | Tom Rini | 2019-10-31 07:22:53 -0400 |
commit | 574e38618b1de30311e17186759486f217cda39a (patch) | |
tree | bdaa0867e5fb2388a4369bbe080f165a5bc6f195 | |
parent | 6e7325533ba4edb916a1be158c43f7eee506c6c9 (diff) |
dts: fix MULTI_DTB_FIT compression choice prompt
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>
-rw-r--r-- | dts/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dts/Kconfig b/dts/Kconfig index 424193dfadd..2bd959a7dc0 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 |