
On Fri, 12 Nov 2021 13:42:29 +0100 Stefan Roese sr@denx.de wrote:
On 11/3/21 03:02, Marek Behún wrote:
From: Marek Behún marek.behun@nic.cz
Commit f0921f5098d ("fdt: Sync up to the latest libfdt") introduced fdt_generate_phandle() in libfdt, making fdt_alloc_phandle() obsolete in fdt_support.
Signed-off-by: Marek Behún marek.behun@nic.cz
board/freescale/lx2160a/eth_lx2160aqds.c | 8 +++++-- board/freescale/lx2160a/eth_lx2162aqds.c | 8 +++++-- common/fdt_support.c | 28 +++++++----------------- include/fdt_support.h | 1 - 4 files changed, 20 insertions(+), 25 deletions(-)
Could you please add the maintainers for the boards, if there are such changes in the board specific code? Otherwise such changes just "slip" by and might not be tested on these platforms.
Reviewed-by: Stefan Roese sr@denx.de
OK. Should I resend this series? Or just send them reply to this patch?
Marek