The upstream device tree being included already has the same /chosen/stdout-path, so drop it from the barebox DT. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- arch/arm/dts/stm32mp135f-dk.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm/dts/stm32mp135f-dk.dts b/arch/arm/dts/stm32mp135f-dk.dts index 3859566281f5..a4e6614c4a38 100644 --- a/arch/arm/dts/stm32mp135f-dk.dts +++ b/arch/arm/dts/stm32mp135f-dk.dts @@ -5,8 +5,4 @@ / { model = "STM32MP153F-DK"; - - chosen { - stdout-path = "serial0:115200n8"; - }; }; -- 2.39.2