From: Rasmus Villemoes Date: Wed, 9 Jul 2025 11:07:51 +0000 (+0200) Subject: arm: dts: am335x-evm: remove duplicate chosen node X-Git-Tag: v2025.10-rc1~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=343a30aba38f753161b8c5007898211cc9d43b2a;p=thirdparty%2Fu-boot.git arm: dts: am335x-evm: remove duplicate chosen node The stdout-path property is already set to this value in the other chosen node ~15 lines above. Signed-off-by: Rasmus Villemoes --- 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";