projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09ad0ae
)
lantiq: fix VG3503J rootfs offset
author
Jonas Gorski
<jogo@openwrt.org>
Mon, 1 Jun 2015 12:37:24 +0000
(12:37 +0000)
committer
Jonas Gorski
<jogo@openwrt.org>
Mon, 1 Jun 2015 12:37:24 +0000
(12:37 +0000)
In r44391 the kernel partion size was increased to allow larger kernels,
but the rootfs partition offset was missed. Fix this by setting the
rootfs offset to the expected value.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45868
target/linux/lantiq/dts/VG3503J.dtsi
patch
|
blob
|
history
diff --git
a/target/linux/lantiq/dts/VG3503J.dtsi
b/target/linux/lantiq/dts/VG3503J.dtsi
index cebc4a49ca4a02979901c2ad466bf7a1d40f8499..e9a3c70b299531477623d52117119ccbd5090638 100644
(file)
--- a/
target/linux/lantiq/dts/VG3503J.dtsi
+++ b/
target/linux/lantiq/dts/VG3503J.dtsi
@@
-33,7
+33,7
@@
partition@1a0000 {
label = "rootfs";
- reg = <0x
1a
0000 0x420000>;
+ reg = <0x
32
0000 0x420000>;
};
partition@740000 {