Re: [PATCH v3 2/2] build: change libfdt flag variable type to boolean

2023-06-14 Thread David Marchand
On Tue, Jun 13, 2023 at 5:34 PM Bruce Richardson wrote: > > The has_libfdt flag was using 0 and 1 integer values, instead of the > more appropriate boolean type. Change to use true/false instead. > > Signed-off-by: Bruce Richardson Reviewed-by: David Marchand -- David Marchand

[PATCH v3 2/2] build: change libfdt flag variable type to boolean

2023-06-13 Thread Bruce Richardson
The has_libfdt flag was using 0 and 1 integer values, instead of the more appropriate boolean type. Change to use true/false instead. Signed-off-by: Bruce Richardson --- config/meson.build | 4 ++-- drivers/net/ipn3ke/meson.build | 2 +- drivers/raw/ifpga/meson.build | 2 +- 3 files