From ee837f028bd7af515d30a8a90cc2b5ee61eecf19 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 4 Sep 2021 06:04:54 +0200 Subject: [PATCH 35/43] certificates: add ability to persistently store certificates Signed-off-by: John Crispin --- target/linux/ath79/dts/qca9563_tplink_cpe710-v1.dts | 7 ++++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/target/linux/ath79/dts/qca9563_tplink_cpe710-v1.dts b/target/linux/ath79/dts/qca9563_tplink_cpe710-v1.dts index 830c3d30b8..71c6381f86 100644 --- a/target/linux/ath79/dts/qca9563_tplink_cpe710-v1.dts +++ b/target/linux/ath79/dts/qca9563_tplink_cpe710-v1.dts @@ -86,7 +86,12 @@ partition@70000 { compatible = "denx,uimage"; label = "firmware"; - reg = <0x070000 0xf50000>; + reg = <0x070000 0xf40000>; + }; + + partition@fb0000 { + label = "certificates"; + reg = <0xfb0000 0x10000>; }; partition@fc0000 {