mirror of
https://github.com/breeze303/openwrt-ipq.git
synced 2025-12-16 18:11:07 +00:00
qualcommax: add console-size + increase record-size
Signed-off-by: Sean Khan <datapronix@protonmail.com> (cherry picked from commit 4ea718f6ebcaadfe6b274b96d9323970151b78f1)
This commit is contained in:
parent
13782dcb4e
commit
9f7c16c23c
@ -1,6 +1,6 @@
|
|||||||
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
||||||
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
||||||
@@ -198,6 +198,13 @@
|
@@ -198,6 +198,14 @@
|
||||||
no-map;
|
no-map;
|
||||||
reg = <0x0 0x51000000 0x0 0x100000>;
|
reg = <0x0 0x51000000 0x0 0x100000>;
|
||||||
};
|
};
|
||||||
@ -9,7 +9,8 @@
|
|||||||
+ compatible = "ramoops";
|
+ compatible = "ramoops";
|
||||||
+ reg = <0x0 0x51200000 0x0 0x100000>;
|
+ reg = <0x0 0x51200000 0x0 0x100000>;
|
||||||
+ no-map;
|
+ no-map;
|
||||||
+ record-size = <0x1000>;
|
+ record-size = <0x4000>;
|
||||||
|
+ console-size = <0x4000>;
|
||||||
+ };
|
+ };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user