Re: [U-Boot] [RFC] himport_r() with the first call malloc() (with bin relocation) problem in NDS32 architecture

2011-11-02 Thread 馬克泡
Hi Vinary 2011/10/31 Vinay : > Macpaul gmail.com> writes: > >> himport_r: can't malloc 29 bytes > > Hi, > > Did you get solution to this malloc failure in himpotr_r issue? > I'm hitting the same issue and looking forward to some help. > > Thanks > Vinay > I do not know which architecture/platfor

Re: [U-Boot] [RFC] himport_r() with the first call malloc() (with bin relocation) problem in NDS32 architecture

2011-10-30 Thread Vinay
馬克泡 gmail.com> writes: > himport_r: can't malloc 29 bytes > ERROR: Environment import failed: errno = 12 > > at env_common.c:194/set_default_env() > Hi, Did you get solution to this malloc failure in himpotr_r issue? I'm hitting the same issue and looking forward to some help. Thanks Vinay

[U-Boot] [RFC] himport_r() with the first call malloc() (with bin relocation) problem in NDS32 architecture

2011-08-25 Thread 馬克泡
Hi all, I'm doing the relocation work for NDS32 architecture. Currently I've encountered bin relocation problem on malloc(). I've called malloc_bin_reloc() in my lib/board.c however the malloc for env_relocate still get problem. Hope someone whom has experience could help me and give me some sugge