Habidere, This series is a follow-up to https://lore.barebox.org/barebox/20240412-feature-wolfvision-pf5-v2-0-7e277cc8831b@xxxxxxxxxxxxxx/ and fixes a few things. I tried to reply to said thread and announce a v3, but I just found that this reply never hit the list for ... reasons. Anyway, here are the fixes. Do you think they can be applied directly to master? Looking forward to your comments! Signed-off-by: Michael Riesch <michael.riesch@xxxxxxxxxxxxxx> --- Changes in v2: - replace basprintf() with xstrdup() to avoid compiler warning - Link to v1: https://lore.kernel.org/r/20240515-b4-pf5-fixup-v1-0-a58c8ec94f48@xxxxxxxxxxxxxx --- Michael Riesch (3): arm: boards: add pr_fmt() prefix to wolfvision pf5 board code common: boards: move dependencies to wolfvision board code library common: boards: wolfvision: fix handling of overlays parameter arch/arm/boards/wolfvision-pf5/board.c | 3 +++ arch/arm/mach-rockchip/Kconfig | 2 -- common/boards/Kconfig | 2 ++ common/boards/wolfvision/common.c | 5 ++++- 4 files changed, 9 insertions(+), 3 deletions(-) --- base-commit: 593248cde35ddedcb27c0791c621e6a4403d7068 change-id: 20240515-b4-pf5-fixup-1c0f8b592313 Best regards, -- Michael Riesch <michael.riesch@xxxxxxxxxxxxxx>