Skip to content

Commit 27bbe85

Browse files
committed
update
1 parent 5045148 commit 27bbe85

File tree

2 files changed

+8
-32
lines changed

2 files changed

+8
-32
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,19 @@
11
--- a/target/linux/ramips/dts/mt7621_phicomm_k2p-32m.dts
22
+++ b/target/linux/ramips/dts/mt7621_phicomm_k2p-32m.dts
3-
@@ -8,5 +8,5 @@
4-
};
5-
6-
&firmware {
7-
- reg = <0xa0000 0x1f60000>;
8-
+ reg = <0x50000 0x1fb0000>;
9-
};
10-
11-
--- a/target/linux/ramips/dts/mt7621_phicomm_k2p_default.dtsi
12-
+++ b/target/linux/ramips/dts/mt7621_phicomm_k2p_default.dtsi
13-
@@ -80,16 +80,10 @@
14-
read-only;
3+
@@ -39,15 +39,9 @@
154
};
165

17-
- partition@50000 {
6+
partition@50000 {
187
- label = "permanent_config";
198
- reg = <0x50000 0x50000>;
209
- read-only;
2110
- };
2211
-
23-
- firmware: partition@a0000 {
24-
+ firmware: partition@50000 {
12+
- partition@a0000 {
2513
compatible = "denx,uimage";
2614
label = "firmware";
2715
- reg = <0xa0000 0xf60000>;
28-
+ reg = <0x50000 0x1fb0000>;
16+
+ reg = <0x50000 0xfb0000>;
2917
};
3018
};
3119
};
@@ -39,5 +27,5 @@
3927
- IMAGE_SIZE := 32128k
4028
+ IMAGE_SIZE := 32448k
4129
DEVICE_VARIANT := 32M
42-
SUPPORTED_DEVICES += k2p-32M
30+
SUPPORTED_DEVICES += k2p-32m
4331
endef

devices/phicomm-k2p/patches/Patch-K2P-16M.patch

+3-15
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,15 @@
11
--- a/target/linux/ramips/dts/mt7621_phicomm_k2p.dts
22
+++ b/target/linux/ramips/dts/mt7621_phicomm_k2p.dts
3-
@@ -3,5 +3,5 @@
4-
#include "mt7621_phicomm_k2p_default.dtsi"
5-
6-
&firmware {
7-
- reg = <0xa0000 0xf60000>;
8-
+ reg = <0x50000 0xfb0000>;
9-
};
10-
11-
--- a/target/linux/ramips/dts/mt7621_phicomm_k2p_default.dtsi
12-
+++ b/target/linux/ramips/dts/mt7621_phicomm_k2p_default.dtsi
13-
@@ -80,16 +80,10 @@
14-
read-only;
3+
@@ -39,15 +39,9 @@
154
};
165

17-
- partition@50000 {
6+
partition@50000 {
187
- label = "permanent_config";
198
- reg = <0x50000 0x50000>;
209
- read-only;
2110
- };
2211
-
23-
- firmware: partition@a0000 {
24-
+ firmware: partition@50000 {
12+
- partition@a0000 {
2513
compatible = "denx,uimage";
2614
label = "firmware";
2715
- reg = <0xa0000 0xf60000>;

0 commit comments

Comments
 (0)