From b548032a51350440dec50e33389eba04b5c3e053 Mon Sep 17 00:00:00 2001 From: Timple Raj M Date: Thu, 9 Nov 2023 14:49:15 +0530 Subject: [PATCH] configs: ipq5332: Add fdtfixup support for tiny-nor Change-Id: Ic75d3ec52f1982fc4e1d6a06cf3227ff2edd7cc2 Signed-off-by: Timple Raj M --- include/configs/ipq5332.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/configs/ipq5332.h b/include/configs/ipq5332.h index 5bdb1a861b..dfa0e82836 100644 --- a/include/configs/ipq5332.h +++ b/include/configs/ipq5332.h @@ -458,7 +458,6 @@ extern loff_t board_env_size; #undef CONFIG_ZLIB #else #define CONFIG_IPQ_ELF_AUTH -#define CONFIG_IPQ_FDT_FIXUP /* compress crash dump support */ #define CONFIG_CMD_ZIP @@ -470,6 +469,8 @@ extern loff_t board_env_size; CONFIG_COMPRESSED_DTB_MAX_SIZE #endif +#define CONFIG_IPQ_FDT_FIXUP + /* * ELF authentication */