Remove CONFIG_SPL_RAW_IMAGE_ARM_TRUSTED_FIRMWARE and CONFIG_SPL_ABORT_ON_RAW_IMAGE
authorTom Rini <trini@konsulko.com>
Sat, 11 Jun 2022 02:59:36 +0000 (22:59 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jun 2022 21:05:52 +0000 (17:05 -0400)
These symbols do not exist in mainline, remove them.

Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/capricorn-common.h
include/configs/cgtqmx8.h
include/configs/imx8mp_dhcom_pdk2.h
include/configs/imx8qm_mek.h
include/configs/imx8qxp_mek.h

index 4f0d69d..456d182 100644 (file)
@@ -19,8 +19,6 @@
 
 #define CONFIG_MALLOC_F_ADDR           0x00120000
 
-#define CONFIG_SPL_RAW_IMAGE_ARM_TRUSTED_FIRMWARE
-
 #endif /* CONFIG_SPL_BUILD */
 
 /* ENET1 connects to base board and MUX with ESAI */
index a8ff0a1..6ac8487 100644 (file)
@@ -17,8 +17,6 @@
 #define CONFIG_SERIAL_LPUART_BASE      0x5a060000
 #define CONFIG_MALLOC_F_ADDR           0x00120000
 
-#define CONFIG_SPL_RAW_IMAGE_ARM_TRUSTED_FIRMWARE
-
 #endif
 
 /* Flat Device Tree Definitions */
index 1ad90e5..79db625 100644 (file)
 
 #define CONFIG_SYS_MONITOR_LEN         SZ_1M
 
-#ifdef CONFIG_SPL_BUILD
-/* For RAW image gives a error info not panic */
-#define CONFIG_SPL_ABORT_ON_RAW_IMAGE
-
-#endif
-
 /* Link Definitions */
 #define CONFIG_SYS_INIT_RAM_ADDR       0x40000000
 #define CONFIG_SYS_INIT_RAM_SIZE       0x200000
index b59502e..25d35f0 100644 (file)
@@ -18,8 +18,6 @@
 #define CONFIG_SERIAL_LPUART_BASE      0x5a060000
 #define CONFIG_MALLOC_F_ADDR           0x00120000
 
-#define CONFIG_SPL_RAW_IMAGE_ARM_TRUSTED_FIRMWARE
-
 #endif
 
 #ifdef CONFIG_AHAB_BOOT
index 511f6c8..f8ec16e 100644 (file)
@@ -16,8 +16,6 @@
 #define CONFIG_SERIAL_LPUART_BASE      0x5a060000
 #define CONFIG_MALLOC_F_ADDR           0x00120000
 
-#define CONFIG_SPL_RAW_IMAGE_ARM_TRUSTED_FIRMWARE
-
 #endif
 
 #ifdef CONFIG_AHAB_BOOT