diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-12-04 19:03:48 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-12-10 16:08:06 +0100 |
commit | 7c47f43fe650309e6a2383c99273dc1bde367bc1 (patch) | |
tree | e763c89db22f6a3c992395f6b354430d70c76d22 /target/linux/lantiq/dts/EASY98000-base.dtsi | |
parent | 4dbdba36f83669f3fbbdc21616957be8791d8133 (diff) | |
download | mtk-20170518-7c47f43fe650309e6a2383c99273dc1bde367bc1.zip mtk-20170518-7c47f43fe650309e6a2383c99273dc1bde367bc1.tar.gz mtk-20170518-7c47f43fe650309e6a2383c99273dc1bde367bc1.tar.bz2 |
lantiq: falcon: remove bootargs-append
This attribute is not evaluated any more and the boot loader on these
reference boards does not provide a broken root= or console= parameter.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/lantiq/dts/EASY98000-base.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/EASY98000-base.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/lantiq/dts/EASY98000-base.dtsi b/target/linux/lantiq/dts/EASY98000-base.dtsi index 2032870..ccb9624 100644 --- a/target/linux/lantiq/dts/EASY98000-base.dtsi +++ b/target/linux/lantiq/dts/EASY98000-base.dtsi @@ -5,10 +5,6 @@ / { compatible = "lantiq,falcon-easy98000", "lantiq,falcon"; - chosen { - bootargs-append = "console=ttyLTQ0,115200 init=/etc/preinit"; - }; - memory@0 { device_type = "memory"; reg = <0x0 0x4000000>; |