ARM: dts: mt6589-aquaris5: Add boot argument earlyprintk
Add boot argument for earlyprintk to the aquaris5 device tree file. Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
510f1d72e5
commit
d82df11466
|
@ -19,6 +19,10 @@
|
||||||
/ {
|
/ {
|
||||||
model = "bq Aquaris5";
|
model = "bq Aquaris5";
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
bootargs = "earlyprintk";
|
||||||
|
};
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
reg = <0x80000000 0x40000000>;
|
reg = <0x80000000 0x40000000>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue