From: Eddi De Pieri Date: Tue, 22 Nov 2016 09:41:18 +0000 (+0100) Subject: lantiq: write protect vgv7519 u-boot and u-boot-env partitions X-Git-Tag: v17.01.0-rc1~744 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=d596c21ebd5a3e6ce933eff3e51989031e4b1d58 lantiq: write protect vgv7519 u-boot and u-boot-env partitions Signed-off-by: Eddi De Pieri --- diff --git a/target/linux/lantiq/dts/VGV7519NOR.dts b/target/linux/lantiq/dts/VGV7519NOR.dts index 72bbd1acd7..501b45f00c 100644 --- a/target/linux/lantiq/dts/VGV7519NOR.dts +++ b/target/linux/lantiq/dts/VGV7519NOR.dts @@ -11,10 +11,12 @@ partition@0 { label = "uboot"; reg = <0x00000 0x40000>; + read-only; }; partition@60000 { label = "uboot_env"; reg = <0x60000 0x10000>; + read-only; }; partition@80000 { label = "firmware";