
2 May
2017
2 May
'17
1:27 p.m.
This is needed by binman and dtoc, so if those are being used, check that the library is present and complain if not.
This means that the fallback library (which uses fdtget) will not be used anymore and swig will need to be installed to use binman / dtoc.
This affects any board which uses binman (currently sunxi and x86) or dtoc (anything that uses CONFIG_SPL_OF_PLATDATA, currently some rockchip boards).
Signed-off-by: Simon Glass sjg@chromium.org ---
Makefile | 16 ++++++++++++++-- scripts/Makefile.spl | 17 +++++++++++++---- 2 files changed, 27 insertions(+), 6 deletions(-)
Applied to u-boot-fdt/next, thanks!