[U-Boot] [PATCHv1] ARM: Add Altera SOCFPGA Cyclone5
Stefan Roese
sr at denx.de
Fri Aug 31 09:02:20 CEST 2012
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
More information about the U-Boot
mailing list