Re: [U-Boot] [PATCH] build: Always build the libfdt python module

2017-01-20 Thread Simon Glass
On 16 January 2017 at 00:07, Emmanuel Vadot wrote: > Do not rely on CONFIG_SPL_OF_PLATDATA to build the libfdt python module. > If swig is present, this will be build > > Signed-off-by: Emmanuel Vadot > --- > tools/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Si

[U-Boot] [PATCH] build: Always build the libfdt python module

2017-01-15 Thread Emmanuel Vadot
Do not rely on CONFIG_SPL_OF_PLATDATA to build the libfdt python module. If swig is present, this will be build Signed-off-by: Emmanuel Vadot --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 5b81dde4b0..a609d05859 100644