
15 Nov
2023
15 Nov
'23
11:37 p.m.
On Sat, Nov 11, 2023 at 05:09:03PM -0700, Simon Glass wrote:
Most of the fdt_support.h header file is included only if OF_LIBFDT or OF_CONTROL are enabled. This means that calling functions defined in that file must happen inside an #ifdef
This is unnecessary, so reduce the condition to just !USE_HOSTCC
Signed-off-by: Simon Glass sjg@chromium.org
Reviewed-by: Tom Rini trini@konsulko.com
--
Tom