diff mbox series

configs: imx8mn_venice.h: remove unused ifdef

Message ID 20221104154617.3736754-1-tharvey@gateworks.com
State Accepted
Commit 37fa34f727cc2816893382409d5b339cf01c0ff3
Delegated to: Stefano Babic
Headers show
Series configs: imx8mn_venice.h: remove unused ifdef | expand

Commit Message

Tim Harvey Nov. 4, 2022, 3:46 p.m. UTC
remove unused ifdef left behind after commit ca3369df71d8
("configs: drop CONFIG_SPL_ABORT_ON_RAW_IMAGE")

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 include/configs/imx8mm_venice.h | 2 --
 include/configs/imx8mn_venice.h | 4 ----
 include/configs/imx8mp_venice.h | 4 ----
 3 files changed, 10 deletions(-)

Comments

Stefano Babic Nov. 8, 2022, 4:37 p.m. UTC | #1
> remove unused ifdef left behind after commit ca3369df71d8
> ("configs: drop CONFIG_SPL_ABORT_ON_RAW_IMAGE")
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/include/configs/imx8mm_venice.h b/include/configs/imx8mm_venice.h
index 130156045091..44c6bc331dc7 100644
--- a/include/configs/imx8mm_venice.h
+++ b/include/configs/imx8mm_venice.h
@@ -16,8 +16,6 @@ 
 #ifdef CONFIG_SPL_BUILD
 /* malloc f used before GD_FLG_FULL_MALLOC_INIT set */
 #define CONFIG_MALLOC_F_ADDR		0x930000
-/* For RAW image gives a error info not panic */
-
 #endif
 
 #define MEM_LAYOUT_ENV_SETTINGS \
diff --git a/include/configs/imx8mn_venice.h b/include/configs/imx8mn_venice.h
index 5fbfdf4602f2..6694820e76e5 100644
--- a/include/configs/imx8mn_venice.h
+++ b/include/configs/imx8mn_venice.h
@@ -13,10 +13,6 @@ 
 #define CONFIG_SYS_UBOOT_BASE	\
 	(QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
 
-#ifdef CONFIG_SPL_BUILD
-/* For RAW image gives a error info not panic */
-#endif
-
 #define MEM_LAYOUT_ENV_SETTINGS \
 	"kernel_addr_r=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
 	"fdt_addr_r=0x50200000\0" \
diff --git a/include/configs/imx8mp_venice.h b/include/configs/imx8mp_venice.h
index 455f5a89dcbd..71962c54bca2 100644
--- a/include/configs/imx8mp_venice.h
+++ b/include/configs/imx8mp_venice.h
@@ -13,10 +13,6 @@ 
 #define CONFIG_SYS_UBOOT_BASE	\
 	(QSPI0_AMBA_BASE + CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR * 512)
 
-#ifdef CONFIG_SPL_BUILD
-/* For RAW image gives a error info not panic */
-#endif
-
 #define MEM_LAYOUT_ENV_SETTINGS \
 	"kernel_addr_r=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \
 	"fdt_addr_r=0x50200000\0" \