[U-Boot] [RFC PATCH v2 1/5] env: Add support for callbacks to environment vars

Marek Vasut marex at denx.de
Fri Sep 28 07:53:59 CEST 2012


Dear Joe Hershberger,

[...]

> +	. = .;
> +	__u_boot_env_clbk_start = .;
> +	.u_boot_env_clbk : { *(.u_boot_env_clbk) }
> +	__u_boot_env_clbk_end = .;
> +
> +	. = ALIGN(4);
> +
[...]

Can you make some use of the LG-array patches ?

Best regards,
Marek Vasut


More information about the U-Boot mailing list