Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- common/memory.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/common/memory.c b/common/memory.c index 7d0f4ca..1d72888 100644 --- a/common/memory.c +++ b/common/memory.c @@ -53,6 +53,7 @@ void mem_malloc_init(void *start, void *end) malloc_brk = malloc_start; } +#ifndef __SANDBOX__ static int mem_malloc_resource(void) { /* @@ -75,10 +76,10 @@ static int mem_malloc_resource(void) #ifdef STACK_BASE request_sdram_region("stack", STACK_BASE, STACK_SIZE); #endif - return 0; } coredevice_initcall(mem_malloc_resource); +#endif static void *sbrk_no_zero(ptrdiff_t increment) { -- 1.7.7.3 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox