[LEDE-DEV] [PATCH 0/2] lantiq: get rid of /chosen/bootargs where possible

Martin Blumenstingl martin.blumenstingl at googlemail.com
Sun Dec 11 12:54:59 PST 2016


This series removes the bootargs from all devicetree files where
possible. There are two parameters which are converted to standard
devicetree properties:
- the console parameter is now provided by using /chosen/stdout-path
  along with an /aliases/serialN node
- the init kernel parameter is removed completely since it's the
  default in LEDE and no other target provides it

There are only 5 occurrences of bootargs left:
- VGV7510KW22 and VGV7519 use it to provide the VPE (required for vmmc)
  memory -> mid-term this should probably be replaced by reserved
  memory nodes: [0]
- FRITZ3370 needs investigating if we can rename the partition to "ubi"
  (depends on whether there's a rootfs UBI volume inside or not)
- EASY80920NAND needs investigation similar to FRITZ3370
- DGN3500 passes only "root=" - if this is bogus then it should be
  removed with a followup


[0] https://www.kernel.org/doc/Documentation/devicetree/bindings/reserved-memory/reserved-memory.txt

Martin Blumenstingl (2):
  lantiq: specify console using stdout-path instead of cmdline argument
  lantiq: remove "init" kernel command line parameter from bootargs

 target/linux/lantiq/dts/ACMP252.dts       |  4 ----
 target/linux/lantiq/dts/ARV4510PW.dts     |  4 ----
 target/linux/lantiq/dts/ARV4518PWR01.dtsi |  4 ----
 target/linux/lantiq/dts/ARV4519PW.dts     |  4 ----
 target/linux/lantiq/dts/ARV4520PW.dts     |  4 ----
 target/linux/lantiq/dts/ARV452CQW.dts     |  4 ----
 target/linux/lantiq/dts/ARV7510PW22.dts   |  4 ----
 target/linux/lantiq/dts/ARV7518PW.dts     |  4 ----
 target/linux/lantiq/dts/ARV7519PW.dts     |  4 ----
 target/linux/lantiq/dts/ARV7519RW22.dts   |  4 ----
 target/linux/lantiq/dts/ARV7525PW.dts     |  4 ----
 target/linux/lantiq/dts/ARV752DPW.dts     |  4 ----
 target/linux/lantiq/dts/ARV752DPW22.dts   |  4 ----
 target/linux/lantiq/dts/BTHOMEHUBV2B.dts  |  4 ----
 target/linux/lantiq/dts/BTHOMEHUBV3A.dts  |  4 ----
 target/linux/lantiq/dts/BTHOMEHUBV5A.dts  |  4 ----
 target/linux/lantiq/dts/DGN1000B.dts      |  2 --
 target/linux/lantiq/dts/DGN3500.dtsi      |  2 +-
 target/linux/lantiq/dts/EASY50712.dts     |  4 ----
 target/linux/lantiq/dts/EASY50810.dts     |  4 ----
 target/linux/lantiq/dts/EASY80920.dtsi    |  4 ----
 target/linux/lantiq/dts/FRITZ3370.dts     |  2 +-
 target/linux/lantiq/dts/FRITZ7320.dts     |  4 ----
 target/linux/lantiq/dts/FRITZ7360SL.dts   |  4 ----
 target/linux/lantiq/dts/GIGASX76X.dts     |  4 ----
 target/linux/lantiq/dts/H201L.dts         |  4 ----
 target/linux/lantiq/dts/P2601HNFX.dts     |  4 ----
 target/linux/lantiq/dts/P2812HNUFX.dtsi   |  4 ----
 target/linux/lantiq/dts/TDW89X0.dtsi      |  4 ----
 target/linux/lantiq/dts/VG3503J.dts       |  4 ----
 target/linux/lantiq/dts/VGV7510KW22.dtsi  |  2 +-
 target/linux/lantiq/dts/VGV7519.dtsi      |  2 +-
 target/linux/lantiq/dts/VR200v.dts        |  4 ----
 target/linux/lantiq/dts/WBMR.dts          |  4 ----
 target/linux/lantiq/dts/WBMR300.dts       |  4 ----
 target/linux/lantiq/dts/amazonse.dtsi     | 10 +++++++++-
 target/linux/lantiq/dts/ar9.dtsi          |  8 ++++++++
 target/linux/lantiq/dts/danube.dtsi       |  6 +++++-
 target/linux/lantiq/dts/falcon.dtsi       |  4 ++++
 target/linux/lantiq/dts/vr9.dtsi          |  8 ++++++++
 40 files changed, 38 insertions(+), 128 deletions(-)

-- 
2.10.2




More information about the Lede-dev mailing list