[U-Boot] [PATCH 12/19] fdt: Makefile: Build python libfdt library if needed
sjg at google.com
sjg at google.com
Tue May 2 11:27:18 UTC 2017
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 at chromium.org>
---
Makefile | 16 ++++++++++++++--
scripts/Makefile.spl | 17 +++++++++++++----
2 files changed, 27 insertions(+), 6 deletions(-)
Applied to u-boot-fdt/next, thanks!
More information about the U-Boot
mailing list