The 1st patch addresses comments from the post-review, available by link [1].
The 2nd patch fixes problems of dtb_dt_embedded() with checkpatch. Links: [1] https://lore.kernel.org/u-boot/caflsztgekamsa6ftnjzrewqblkqar7ebbzqffx09akgq7pp...@mail.gmail.com/#t To: Tom Rini <[email protected]> To: Simon Glass <[email protected]> To: Rasmus Villemoes <[email protected]> To: Ilias Apalodimas <[email protected]> To: Raymond Mao <[email protected]> To: Marek Vasut <[email protected]> To: Sughosh Ganu <[email protected]> To: Christian Marangi <[email protected]> To: Lad Prabhakar <[email protected]> To: Evgeny Bachinin <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Signed-off-by: Evgeny Bachinin <[email protected]> --- Tested: * scripts/kernel-doc -v -none include/fdtdec.h * on production board with Amlogic AXG SoC & OF_EMBED=y * CI: https://github.com/u-boot/u-boot/pull/710 --- Evgeny Bachinin (2): fdtdec: encapsulate dtb_dt_embedded() within fdtdec: dtb_dt_embedded: replace ifdefs by IS_ENABLED() common/board_r.c | 4 ++-- include/fdtdec.h | 24 +++++++----------------- lib/fdtdec.c | 26 ++++++++++++++++++++++++-- 3 files changed, 33 insertions(+), 21 deletions(-) --- base-commit: b841e559cd26ffcb20f22e8ee75debed9616c002 change-id: 20241207-dtb_dt_embedded_within_fdtdec-751a40ccf787 Best regards, -- Evgeny Bachinin <[email protected]>

