aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorEddi De Pieri <eddi@depieri.net>2016-11-22 10:41:18 +0100
committerMathias Kresin <dev@kresin.me>2016-11-23 10:18:19 +0100
commitd596c21ebd5a3e6ce933eff3e51989031e4b1d58 (patch)
tree0a5b3d641d38952343ee87a663cfee1b9893863e /target
parent972018582090aee14b6f5d9d3e2e1270db8aedc5 (diff)
downloadupstream-d596c21ebd5a3e6ce933eff3e51989031e4b1d58.tar.gz
upstream-d596c21ebd5a3e6ce933eff3e51989031e4b1d58.tar.bz2
upstream-d596c21ebd5a3e6ce933eff3e51989031e4b1d58.zip
lantiq: write protect vgv7519 u-boot and u-boot-env partitions
Signed-off-by: Eddi De Pieri <eddi@depieri.net>
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/dts/VGV7519NOR.dts2
1 files changed, 2 insertions, 0 deletions
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";