]> git.baikalelectronics.ru Git - uboot.git/commitdiff
configs: imx8mn_venice.h: remove unused ifdef
authorTim Harvey <tharvey@gateworks.com>
Fri, 4 Nov 2022 15:46:17 +0000 (08:46 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Nov 2022 16:35:00 +0000 (17:35 +0100)
remove unused ifdef left behind after commit cbbbd7f5f20c
("configs: drop CONFIG_SPL_ABORT_ON_RAW_IMAGE")

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/imx8mm_venice.h
include/configs/imx8mn_venice.h
include/configs/imx8mp_venice.h

index 13015604509134b0a9049fc6ac077f0ec27f897e..44c6bc331dc7fa00c87ad11e1c16aa8b816777c7 100644 (file)
@@ -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 \
index 5fbfdf4602f2a6ee339a52baaf469a15504011a0..6694820e76e5689a9dd2f5104c6598b10081668f 100644 (file)
 #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" \
index 455f5a89dcbd967c9c0e36be453566c5a816bd85..71962c54bca25c26b6a4f56a462d3e30df19d3cd 100644 (file)
 #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" \