commit | ba903fac1882b3d49795c997970e2e3f5c5515a1 | [log] [tgz] |
---|---|---|
author | Evgeny Bachinin <EABachinin@salutedevices.com> | Wed Dec 11 01:39:58 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 31 10:57:50 2024 -0600 |
tree | 9f02eb01ec515d2c93024ceaa009cfa99fed9c51 | |
parent | c37ec64bb9c29610e92106311ebdd0370d96a528 [diff] |
fdtdec: dtb_dt_embedded: replace ifdefs by IS_ENABLED() Patch fixes the checkpatch warnings like: ``` WARNING: Use 'if (IS_ENABLED(CONFIG...))' instead of '#if or #ifdef' #94: FILE: lib/fdtdec.c:102: +#ifdef CONFIG_OF_EMBED ``` Signed-off-by: Evgeny Bachinin <EABachinin@salutedevices.com> Reviewed-by: Simon Glass <sjg@chromium.org>