On 08/30/2012 10:42 PM, Pavel Machek wrote: > +++ b/common/spl/spl.c > @@ -115,6 +115,22 @@ static void __noreturn jump_to_image_no_args(void) > image_entry((u32 *)boot_params_ptr_addr); > } > > +#ifdef CONFIG_SPL_RAM_DEVICE > +static void spl_ram_load_image(void) > +{ > + const struct image_header *header; > + > + /* get the header */ > + /* it will point to a address defined by handoff which > + will tell where the image located inside the flash. For now, > + it will temporary fixed to address pointed by U-Boot */
Please use the proper multi-line comment style: /* * ... */ Thanks, Stefan _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot