diff options
Diffstat (limited to 'target/linux/ath79/dts')
-rw-r--r-- | target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts b/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts index 5b7c32c6b7..8a78dc4fa4 100644 --- a/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts +++ b/target/linux/ath79/dts/ar9344_tplink_cpe610-v1.dts @@ -94,12 +94,12 @@ partition@0 { label = "kernel"; - reg = <0x000000 0x1c0000>; + reg = <0x000000 0x200000>; }; - partition@1c0000 { + partition@200000 { label = "rootfs"; - reg = <0x1c0000 0x5c0000>; + reg = <0x200000 0x580000>; }; }; |