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

> +     size = 128 * 1024 * 1024;
> +     mem = malloc(size);
> +     assert(mem);
> +     gd->ram_buf = mem;

shouldn't this 128 MiB be a config ?

> +#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

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to