Hi Mike,

On Sun, Oct 2, 2011 at 11:15 PM, Mike Frysinger <vap...@gentoo.org> wrote:
> On Monday, September 26, 2011 20:10:40 Simon Glass wrote:
>> +     gd->mon_len = 0; /* _bss_end_ofs;*/
>
> i'd scrub references to this and drop it from the global header

OK

>
>> +     size = 128 * 1024 * 1024;
>> +     mem = malloc(size);
>> +     assert(mem);
>> +     gd->ram_buf = mem;
>
> shouldn't this 128 MiB be a config ?

Will add one.

>
>> +#ifdef CONFIG_POST
>> +     post_bootmode_init();
>> +     post_run(NULL, POST_ROM | post_bootmode_get(0));
>> +#endif
>
> i wonder if you shouldn't just drop all the POST stuff for now ...
> -mike
>

OK will do.

Regards,
Simon
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to