From d596c21ebd5a3e6ce933eff3e51989031e4b1d58 Mon Sep 17 00:00:00 2001 From: Eddi De Pieri Date: Tue, 22 Nov 2016 10:41:18 +0100 Subject: lantiq: write protect vgv7519 u-boot and u-boot-env partitions Signed-off-by: Eddi De Pieri --- target/linux/lantiq/dts/VGV7519NOR.dts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux') 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"; -- cgit v1.2.3