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

  /external/u-boot/include/configs/
smartweb.h 178 #define CONFIG_SPL_STACK_R_ADDR CONFIG_SYS_TEXT_BASE
zynq-common.h 317 #define CONFIG_SYS_SPL_MALLOC_START CONFIG_SPL_STACK_R_ADDR
sunxi-common.h 69 #define CONFIG_SPL_STACK_R_ADDR 0x2fe00000
79 #define CONFIG_SPL_STACK_R_ADDR 0x4fe00000
  /external/u-boot/common/spl/
spl.c 596 ulong ptr = CONFIG_SPL_STACK_R_ADDR;
607 ptr = CONFIG_SPL_STACK_R_ADDR - roundup(sizeof(gd_t),16);

Completed in 570 milliseconds