]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: am335x-evm: remove duplicate chosen node
authorRasmus Villemoes <ravi@prevas.dk>
Wed, 9 Jul 2025 11:07:51 +0000 (13:07 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 16 Jul 2025 16:56:28 +0000 (10:56 -0600)
The stdout-path property is already set to this value in the other
chosen node ~15 lines above.

Signed-off-by: Rasmus Villemoes <ravi@prevas.dk>
arch/arm/dts/am335x-evm.dts

index 6e799621678bd73caeea3d6277cb945cd4d7661e..1b5b627006822a9bb4df1c6433ce7eff114dc029 100644 (file)
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
-       chosen {
-               stdout-path = &uart0;
-       };
-
        vbat: fixedregulator0 {
                compatible = "regulator-fixed";
                regulator-name = "vbat";