projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
disable ppc4xx watchdog, it's unreliable
[openwrt.git]
/
target
/
linux
/
ppc40x
/
patches
/
001-kilauea_openwrt_flashmap.patch
diff --git
a/target/linux/ppc40x/patches/001-kilauea_openwrt_flashmap.patch
b/target/linux/ppc40x/patches/001-kilauea_openwrt_flashmap.patch
index
78c94d8
..
44799cb
100644
(file)
--- a/
target/linux/ppc40x/patches/001-kilauea_openwrt_flashmap.patch
+++ b/
target/linux/ppc40x/patches/001-kilauea_openwrt_flashmap.patch
@@
-1,25
+1,25
@@
--- a/arch/powerpc/boot/dts/kilauea.dts
+++ b/arch/powerpc/boot/dts/kilauea.dts
--- a/arch/powerpc/boot/dts/kilauea.dts
+++ b/arch/powerpc/boot/dts/kilauea.dts
-@@ -1
38,15 +138
,15 @@
+@@ -1
40,15 +140
,15 @@
#size-cells = <1>;
partition@0 {
label = "kernel";
#size-cells = <1>;
partition@0 {
label = "kernel";
-- reg = <0
200000>;
-+ reg = <0
1e0000>;
+- reg = <0
x00000000 0x00
200000>;
++ reg = <0
x00000000 0x00
1e0000>;
};
- partition@200000 {
- label = "root";
};
- partition@200000 {
- label = "root";
-- reg = <
200000
200000>;
+- reg = <
0x00200000 0x00
200000>;
+ partition@1e0000 {
+ label = "device-tree";
+ partition@1e0000 {
+ label = "device-tree";
-+ reg = <
1e0000
20000>;
++ reg = <
0x001e0000 0x00
20000>;
};
- partition@400000 {
- label = "user";
};
- partition@400000 {
- label = "user";
-- reg = <
400000
3b60000>;
+- reg = <
0x00400000 0x0
3b60000>;
+ partition@200000 {
+ label = "rootfs";
+ partition@200000 {
+ label = "rootfs";
-+ reg = <
200000
3d60000>;
++ reg = <
0x00200000 0x0
3d60000>;
};
partition@3f60000 {
label = "env";
};
partition@3f60000 {
label = "env";
This page took
0.034989 seconds
and
4
git commands to generate.