diff options
| author | Simon Glass <[email protected]> | 2021-12-16 20:59:25 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-23 10:24:39 -0500 |
| commit | b4b6daf38d49c73f670bbf1654b568bca222fa79 (patch) | |
| tree | e376c3b6678dce240e179df7fd02fdfbaf88c2e8 /dts | |
| parent | 3f51f78cbd1537deacf6ba163b014f9b200defd4 (diff) | |
fdt: Drop #ifdefs with MULTI_DTB_FIT
Refactor the code to drop the #ifdefs for this feature.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'dts')
| -rw-r--r-- | dts/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dts/Kconfig b/dts/Kconfig index 6ebbac2a649..5dcc79d5192 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. |
