[U-Boot] [PATCH v3 04/62] Makefile: Allow the SPL final link rule to be overridden
Simon Glass
sjg at chromium.org
Fri Jul 15 05:57:49 CEST 2016
On 4 July 2016 at 11:57, Simon Glass <sjg at chromium.org> wrote:
> Overriding the final link rule is possible with U-Boot proper. It us used to
> create a sandbox image links with host libraries. To build a sandbox SPL
> image we need the same feature for SPL.
>
> To support this, update the SPL link rule so sandbox can override it.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> scripts/Makefile.spl | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Applied to u-boot-dm
More information about the U-Boot
mailing list