
15 Jul
2016
15 Jul
'16
5:57 a.m.
On 4 July 2016 at 11:57, Simon Glass sjg@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@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