diff options
author | Hongbo Zhang <hongbo.zhang@nxp.com> | 2016-07-21 18:09:39 +0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-07-26 09:03:00 -0700 |
commit | 3288628a8d23681c865e91e65a341d48eb5fed73 (patch) | |
tree | 21bea4ebe5af7aef9286f62397db7b16e258bc30 /arch/arm/include/asm/arch-ls102xa/config.h | |
parent | aeb901f2a6c19e399354345ad1acd67420401a10 (diff) |
ARMv7: PSCI: ls102xa: move secure text section into OCRAM
LS1021 offers two secure OCRAM blocks for trustzone.
This patch moves all the secure text sections into the OCRAM.
Signed-off-by: Wang Dongsheng <dongsheng.wang@nxp.com>
Signed-off-by: Hongbo Zhang <hongbo.zhang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-ls102xa/config.h')
-rw-r--r-- | arch/arm/include/asm/arch-ls102xa/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h index e0b118537e..d408fe4056 100644 --- a/arch/arm/include/asm/arch-ls102xa/config.h +++ b/arch/arm/include/asm/arch-ls102xa/config.h @@ -10,7 +10,7 @@ #define CONFIG_SYS_CACHELINE_SIZE 64 #define OCRAM_BASE_ADDR 0x10000000 -#define OCRAM_SIZE 0x00020000 +#define OCRAM_SIZE 0x00010000 #define OCRAM_BASE_S_ADDR 0x10010000 #define OCRAM_S_SIZE 0x00010000 |