[PATCH] arm: dts: am335x-evm: remove duplicate chosen node

Rasmus Villemoes ravi at prevas.dk
Wed Jul 9 13:07:51 CEST 2025


The stdout-path property is already set to this value in the other
chosen node ~15 lines above.

Signed-off-by: Rasmus Villemoes <ravi at prevas.dk>
---
 arch/arm/dts/am335x-evm.dts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/dts/am335x-evm.dts b/arch/arm/dts/am335x-evm.dts
index 6e799621678..1b5b6270068 100644
--- a/arch/arm/dts/am335x-evm.dts
+++ b/arch/arm/dts/am335x-evm.dts
@@ -27,10 +27,6 @@
 		reg = <0x80000000 0x10000000>; /* 256 MB */
 	};
 
-	chosen {
-		stdout-path = &uart0;
-	};
-
 	vbat: fixedregulator0 {
 		compatible = "regulator-fixed";
 		regulator-name = "vbat";
-- 
2.50.0



More information about the U-Boot mailing list