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

  /external/u-boot/include/configs/
sandbox.h 33 #define CONFIG_MALLOC_F_ADDR 0x0010000
  /external/u-boot/common/spl/
spl.c 319 #ifdef CONFIG_MALLOC_F_ADDR
320 gd->malloc_base = CONFIG_MALLOC_F_ADDR;
  /external/u-boot/arch/sandbox/cpu/
start.c 314 gd->malloc_base = CONFIG_MALLOC_F_ADDR;

Completed in 505 milliseconds