summaryrefslogtreecommitdiff
path: root/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-12-16 20:59:25 -0700
committerTom Rini <trini@konsulko.com>2021-12-23 10:24:39 -0500
commitb4b6daf38d49c73f670bbf1654b568bca222fa79 (patch)
treee376c3b6678dce240e179df7fd02fdfbaf88c2e8 /dts
parent3f51f78cbd1537deacf6ba163b014f9b200defd4 (diff)
fdt: Drop #ifdefs with MULTI_DTB_FIT
Refactor the code to drop the #ifdefs for this feature. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'dts')
-rw-r--r--dts/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/dts/Kconfig b/dts/Kconfig
index 6ebbac2a64..5dcc79d519 100644
--- a/dts/Kconfig
+++ b/dts/Kconfig
@@ -177,7 +177,6 @@ endchoice
config MULTI_DTB_FIT_UNCOMPRESS_SZ
hex "Size of memory reserved to uncompress the DTBs"
- depends on (MULTI_DTB_FIT_GZIP || MULTI_DTB_FIT_LZO)
default 0x8000
help
This is the size of this area where the DTBs are uncompressed.