diff options
Diffstat (limited to 'target/linux/lantiq/dts/VGV7519NOR.dts')
-rw-r--r-- | target/linux/lantiq/dts/VGV7519NOR.dts | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/target/linux/lantiq/dts/VGV7519NOR.dts b/target/linux/lantiq/dts/VGV7519NOR.dts index 744efe6e34..355a90c94c 100644 --- a/target/linux/lantiq/dts/VGV7519NOR.dts +++ b/target/linux/lantiq/dts/VGV7519NOR.dts @@ -17,12 +17,15 @@ label = "uboot"; reg = <0x00000 0x40000>; }; - + partition@40000 { + label = "board_config"; + reg = <0x40000 0x10000>; + read-only; + }; partition@60000 { label = "uboot_env"; reg = <0x60000 0x10000>; }; - partition@80000 { label = "firmware"; reg = <0x80000 0xf80000>; @@ -30,12 +33,6 @@ // 0x1b0000 - 0x1000000 : rootfs (squashfs) // 0x390000 - 0x1000000 : rootfs_data }; - - partition@1f80000 { - label = "board_config"; - reg = <0x40000 0x10000>; - read-only; - }; }; }; }; |