update wrt1900ac dts
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41629
This commit is contained in:
parent
2ddcf5dd8a
commit
88121f229c
1 changed files with 2 additions and 3 deletions
|
@ -178,7 +178,6 @@
|
|||
partition@100000 {
|
||||
label = "u_env";
|
||||
reg = <0x100000 0x40000>; /* 256KB */
|
||||
read-only;
|
||||
};
|
||||
|
||||
partition@140000 {
|
||||
|
@ -194,7 +193,7 @@
|
|||
|
||||
partition@a00000 {
|
||||
label = "kernel1";
|
||||
reg = <0xa00000 0x300000>; /* 3MB */
|
||||
reg = <0xa00000 0x2800000>; /* 3MB */
|
||||
};
|
||||
|
||||
partition@d00000 {
|
||||
|
@ -204,7 +203,7 @@
|
|||
|
||||
partition@3200000 {
|
||||
label = "kernel2";
|
||||
reg = <0x3200000 0x300000>; /* 3MB */
|
||||
reg = <0x3200000 0x2800000>; /* 3MB */
|
||||
};
|
||||
|
||||
partition@3500000 {
|
||||
|
|
Loading…
Reference in a new issue