mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
Remove CONFIG_SPL_RAW_IMAGE_ARM_TRUSTED_FIRMWARE and CONFIG_SPL_ABORT_ON_RAW_IMAGE
These symbols do not exist in mainline, remove them. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
3a21d45d33
commit
5e5744cb2c
5 changed files with 0 additions and 14 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -14,12 +14,6 @@
|
|||
|
||||
#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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue