The bootargs atm contains (generally) two information: console and earlycon - console is already covered by stdout-path and earlycon is really meant to be used when debug is needed and not something of a default to spin out to all users. This has come up multiple times, so cleaning it all up. See [1] for context. AM64 is covered in [2]. There are quite a few other instances of the same in mailing list[3]. Changes since V1: * No functional changes * Commit message update to be verbose as to the rationale. * Picked up Roger's and Krzysztof's acks. V1: https://lore.kernel.org/all/20230418165212.1456415-1-nm@xxxxxx/ [1] https://lore.kernel.org/linux-arm-kernel/81134eb9-2b7d-05bc-3035-a47f020861a8@xxxxxxxxxx/ [2] https://lore.kernel.org/all/20230414073328.381336-1-nm@xxxxxx/ [3] https://lore.kernel.org/linux-devicetree/?q=Krzysztof+bootargs Nishanth Menon (5): arm64: dts: ti: k3-am62x-sk-common: Drop bootargs arm64: dts: ti: k3-am65*: Drop bootargs arm64: dts: ti: k3-j721e-*: Drop bootargs arm64: dts: ti: k3-j7200-common-proc-board: Drop bootargs arm64: dts: ti: k3-j721s2-common-proc-board: Drop bootargs arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi | 1 - arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 1 - arch/arm64/boot/dts/ti/k3-am654-base-board.dts | 1 - arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts | 1 - arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 1 - arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 1 - arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts | 1 - 7 files changed, 7 deletions(-) -- 2.40.0