From: Chali Anis <[email protected]>

When loading an unflating an FDT in some cases we need to have
a padding space to be able to apply fixes.

Signed-off-by: Chali Anis <[email protected]>
---
 lib/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lib/Kconfig b/lib/Kconfig
index d07e2f3b6959..89e95d202c2c 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -121,6 +121,10 @@ config FSL_QE_FIRMWARE
        select CRC32
        bool
 
+config FDT_PADDING
+       int "FDT padding size for fixups"
+       default 4096
+
 config LIBFDT
        bool
 
-- 
2.34.1


Reply via email to