From 3894dfab479eaf6c97a537b6de4fd70d7265e178 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 15 Jul 2023 15:16:57 +0200 Subject: [PATCH 57/68] ramips: add certificates partitions Signed-off-by: John Crispin --- target/linux/ramips/dts/mt7621_yuncore_ax820.dts | 7 ++++++- target/linux/ramips/dts/mt7621_yuncore_fap640.dts | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/mt7621_yuncore_ax820.dts b/target/linux/ramips/dts/mt7621_yuncore_ax820.dts index dd7346f6d0..b2f55b9be0 100644 --- a/target/linux/ramips/dts/mt7621_yuncore_ax820.dts +++ b/target/linux/ramips/dts/mt7621_yuncore_ax820.dts @@ -120,7 +120,12 @@ partition@90000 { compatible = "denx,uimage"; label = "firmware"; - reg = <0x90000 0xf70000>; + reg = <0x90000 0xf60000>; + }; + + partition@ff0000 { + label = "certificates"; + reg = <0xff0000 0x10000>; }; }; }; diff --git a/target/linux/ramips/dts/mt7621_yuncore_fap640.dts b/target/linux/ramips/dts/mt7621_yuncore_fap640.dts index d525dde385..754b7c23ea 100644 --- a/target/linux/ramips/dts/mt7621_yuncore_fap640.dts +++ b/target/linux/ramips/dts/mt7621_yuncore_fap640.dts @@ -128,7 +128,12 @@ partition@90000 { compatible = "denx,uimage"; label = "firmware"; - reg = <0x90000 0xf70000>; + reg = <0x90000 0xf60000>; + }; + + partition@ff0000 { + label = "certificates"; + reg = <0xff0000 0x10000>; }; }; }; -- 2.34.1