HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SPL_MAX_FOOTPRINT (Results 1 - 16 of 16) sorted by null

  /external/u-boot/include/configs/
exynos5250-common.h 18 #define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024)
exynos5420-common.h 27 #define CONFIG_SPL_MAX_FOOTPRINT (30 * 1024)
topic_miami.h 27 #undef CONFIG_SPL_MAX_FOOTPRINT
28 #define CONFIG_SPL_MAX_FOOTPRINT CONFIG_SYS_SPI_U_BOOT_OFFS
origen.h 93 #define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024)
tegra-common.h 87 #define CONFIG_SPL_MAX_FOOTPRINT (CONFIG_SYS_TEXT_BASE - \
smdkv310.h 77 #define CONFIG_SPL_MAX_FOOTPRINT (14 * 1024)
uniphier.h 230 #define CONFIG_SPL_MAX_FOOTPRINT 0x10000
microblaze-generic.h 239 #define CONFIG_SPL_MAX_FOOTPRINT (CONFIG_SYS_INIT_RAM_SIZE - \
ipam390.h 228 #define CONFIG_SPL_MAX_FOOTPRINT 32768
da850evm.h 294 #define CONFIG_SPL_MAX_FOOTPRINT 32768
omapl138_lcdk.h 292 #define CONFIG_SPL_MAX_FOOTPRINT 32768
  /external/u-boot/arch/microblaze/cpu/
u-boot-spl.lds 59 #if defined(CONFIG_SPL_MAX_FOOTPRINT)
60 ASSERT(__end - _start < (CONFIG_SPL_MAX_FOOTPRINT), \
  /external/u-boot/arch/arm/cpu/
u-boot-spl.lds 91 #if defined(CONFIG_SPL_MAX_FOOTPRINT)
92 ASSERT(__bss_end - _start < (CONFIG_SPL_MAX_FOOTPRINT), \
  /external/u-boot/board/Barix/ipam390/
u-boot-spl-ipam390.lds 11 LENGTH = CONFIG_SPL_MAX_FOOTPRINT }
  /external/u-boot/board/davinci/da8xxevm/
u-boot-spl-da850evm.lds 11 LENGTH = CONFIG_SPL_MAX_FOOTPRINT }
  /external/u-boot/board/samsung/common/
exynos-uboot-spl.lds 12 LENGTH = CONFIG_SPL_MAX_FOOTPRINT }

Completed in 174 milliseconds