projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix ar2315 watchdog restart (patch from #3953)
[openwrt.git]
/
target
/
linux
/
ppc40x
/
patches
/
001-kilauea_openwrt_flashmap.patch
1
--- a/arch/powerpc/boot/dts/kilauea.dts
2
+++ b/arch/powerpc/boot/dts/kilauea.dts
3
@@ -138,15 +138,15 @@
4
#size-cells = <1>;
5
partition@0 {
6
label = "kernel";
7
- reg = <0 200000>;
8
+ reg = <0 1e0000>;
9
};
10
- partition@200000 {
11
- label = "root";
12
- reg = <200000 200000>;
13
+ partition@1e0000 {
14
+ label = "device-tree";
15
+ reg = <1e0000 20000>;
16
};
17
- partition@400000 {
18
- label = "user";
19
- reg = <400000 3b60000>;
20
+ partition@200000 {
21
+ label = "rootfs";
22
+ reg = <200000 3d60000>;
23
};
24
partition@3f60000 {
25
label = "env";
This page took
0.037311 seconds
and
5
git commands to generate.