diff options
Diffstat (limited to 'target/linux/kirkwood/patches-4.14/109-pogoplug_v4.patch')
-rw-r--r-- | target/linux/kirkwood/patches-4.14/109-pogoplug_v4.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/kirkwood/patches-4.14/109-pogoplug_v4.patch b/target/linux/kirkwood/patches-4.14/109-pogoplug_v4.patch index f13d459223..60c07b8c76 100644 --- a/target/linux/kirkwood/patches-4.14/109-pogoplug_v4.patch +++ b/target/linux/kirkwood/patches-4.14/109-pogoplug_v4.patch @@ -66,16 +66,16 @@ - partition@500000 { - label = "uImage2"; - reg = <0x00500000 0x300000>; +- }; +- +- partition@800000 { +- label = "failsafe"; +- reg = <0x00800000 0x800000>; + partition@1c0000 { + label = "uboot_env"; + reg = <0x001c0000 0x40000>; }; -- partition@800000 { -- label = "failsafe"; -- reg = <0x00800000 0x800000>; -- }; -- - partition@1000000 { - label = "root"; - reg = <0x01000000 0x7000000>; |