From 7ddbf8386d4d7366ad0e1e7f9ed4a2febcb26e08 Mon Sep 17 00:00:00 2001 From: Daniel Fedai Larsen Date: Thu, 22 Aug 2024 10:40:49 +0200 Subject: [PATCH] Set RAM_CODE=1 for all i.MX RT target example configs --- config/examples/imx-rt1040.config | 2 +- config/examples/imx-rt1050.config | 2 +- config/examples/imx-rt1060.config | 2 +- config/examples/imx-rt1060_hab.config | 2 +- config/examples/imx-rt1064.config | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/examples/imx-rt1040.config b/config/examples/imx-rt1040.config index 24ac4303..a7ff8848 100644 --- a/config/examples/imx-rt1040.config +++ b/config/examples/imx-rt1040.config @@ -19,7 +19,7 @@ NVM_FLASH_WRITEONCE?=1 WOLFBOOT_VERSION?=0 V?=0 SPMATH?=1 -RAM_CODE?=0 +RAM_CODE?=1 DUALBANK_SWAP?=0 PKA?=0 WOLFBOOT_PARTITION_SIZE?=0x20000 diff --git a/config/examples/imx-rt1050.config b/config/examples/imx-rt1050.config index f872c882..3c55d6c9 100644 --- a/config/examples/imx-rt1050.config +++ b/config/examples/imx-rt1050.config @@ -19,7 +19,7 @@ NVM_FLASH_WRITEONCE?=1 WOLFBOOT_VERSION?=0 V?=0 SPMATH?=1 -RAM_CODE?=0 +RAM_CODE?=1 DUALBANK_SWAP?=0 PKA?=0 WOLFBOOT_PARTITION_SIZE?=0x20000 diff --git a/config/examples/imx-rt1060.config b/config/examples/imx-rt1060.config index 3f5e2cf6..9a16cf5e 100644 --- a/config/examples/imx-rt1060.config +++ b/config/examples/imx-rt1060.config @@ -19,7 +19,7 @@ NVM_FLASH_WRITEONCE?=1 WOLFBOOT_VERSION?=0 V?=0 SPMATH?=1 -RAM_CODE?=0 +RAM_CODE?=1 DUALBANK_SWAP?=0 PKA?=0 WOLFBOOT_PARTITION_SIZE?=0x20000 diff --git a/config/examples/imx-rt1060_hab.config b/config/examples/imx-rt1060_hab.config index 43e46b65..b94e5d05 100644 --- a/config/examples/imx-rt1060_hab.config +++ b/config/examples/imx-rt1060_hab.config @@ -20,7 +20,7 @@ NVM_FLASH_WRITEONCE?=1 WOLFBOOT_VERSION?=0 V?=0 SPMATH?=1 -RAM_CODE?=0 +RAM_CODE?=1 DUALBANK_SWAP?=0 PKA?=0 WOLFBOOT_PARTITION_SIZE?=0x20000 diff --git a/config/examples/imx-rt1064.config b/config/examples/imx-rt1064.config index 03f3b9b6..b3787b33 100644 --- a/config/examples/imx-rt1064.config +++ b/config/examples/imx-rt1064.config @@ -19,7 +19,7 @@ NVM_FLASH_WRITEONCE?=1 WOLFBOOT_VERSION?=0 V?=0 SPMATH?=1 -RAM_CODE?=0 +RAM_CODE?=1 DUALBANK_SWAP?=0 PKA?=0 WOLFBOOT_PARTITION_SIZE?=0x20000