Searched refs:CONFIG_SPL_MAX_FOOTPRINT (Results 1 – 17 of 17) sorted by relevance
21 #undef CONFIG_SPL_MAX_FOOTPRINT22 #define CONFIG_SPL_MAX_FOOTPRINT CONFIG_SYS_SPI_U_BOOT_OFFS macro
18 #define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024) macro
22 #define CONFIG_SPL_MAX_FOOTPRINT (30 * 1024) macro
78 #define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024) macro
34 #define CONFIG_SPL_MAX_FOOTPRINT SZ_64K macro
78 #define CONFIG_SPL_MAX_FOOTPRINT (CONFIG_SYS_TEXT_BASE - \ macro
60 #define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024) macro
207 #define CONFIG_SPL_MAX_FOOTPRINT 0x10000 macro
167 #define CONFIG_SPL_MAX_FOOTPRINT (CONFIG_SYS_INIT_RAM_SIZE - \ macro
212 #define CONFIG_SPL_MAX_FOOTPRINT 32768 macro
228 #define CONFIG_SPL_MAX_FOOTPRINT 32768 macro
59 #if defined(CONFIG_SPL_MAX_FOOTPRINT)60 ASSERT(__end - _start <= (CONFIG_SPL_MAX_FOOTPRINT), \
91 #if defined(CONFIG_SPL_MAX_FOOTPRINT)92 ASSERT(__bss_end - _start <= (CONFIG_SPL_MAX_FOOTPRINT), \
12 LENGTH = CONFIG_SPL_MAX_FOOTPRINT }
11 LENGTH = CONFIG_SPL_MAX_FOOTPRINT }
1567 CONFIG_SPL_MAX_FOOTPRINT
2109 CONFIG_SPL_MAX_FOOTPRINT2113 CONFIG_SPL_MAX_FOOTPRINT and CONFIG_SPL_BSS_MAX_SIZE2133 CONFIG_SPL_MAX_FOOTPRINT and CONFIG_SPL_BSS_MAX_SIZE
Completed in 21 milliseconds