public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Malloc failed in env_relocate
@ 2007-12-03  8:18 Ashish Ranjan
  2007-12-03  9:03 ` Jean-Christophe PLAGNIOL-VILLARD
  0 siblings, 1 reply; 2+ messages in thread
From: Ashish Ranjan @ 2007-12-03  8:18 UTC (permalink / raw)
  To: u-boot

 ?
Hi
I am using u-boot-1.1.5 on MIPS32 core SoC. I am getting NULL pointer as return value of malloc from env_relocate() function.

while debugging in mem_malloc_init() I come to know that mem_malloc_start= 0x81f80000 and mem_malloc_end=0xFFFFFFFF. But when i checked both the values in sbrk() which is called from malloc() i got mem_malloc_start=0xFFFFFFFF and mem_malloc_end=0xFFFFFFFF.

How it happened ?? It may be the reason for getting NULL pointer. Please help me out.

One more thing what should be the value of gd->reloc_off at mem_malloc_init().because in mem_malloc_init, mem_malloc_end = CFG_MONITOR_BASE + gd->relo_off and CFG_MONITOR_BASE is base address of Flash. In my case gd-relo_off=0xc23c0000 and CFG_MONITOR_BASE=0xBFC00000 so mem_alloc_end should be 0x181FC0000 but it is of 4byte so here is overflow and it become 0xFFFFFFFF.Is there anything wrong??

Thanks,
Ashish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20071203/8741d0b6/attachment.htm 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-03  9:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-03  8:18 [U-Boot-Users] Malloc failed in env_relocate Ashish Ranjan
2007-12-03  9:03 ` Jean-Christophe PLAGNIOL-VILLARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox