Re: [PATCH] rockchip: sdram: fix DRAM bank declaration around OP-TEE

2020-04-17 Thread Justin Swartz
Hi Kever, On 2020-04-17 08:48, Kever Yang wrote: Hi Justin, On 2020/4/1 上午1:25, Justin Swartz wrote: If OP-TEE is configured, it makes sense to use CONFIG_OPTEE_TZDRAM_BASE and CONFIG_OPTEE_TZDRAM_SIZE to declare the boundaries of the TrustZone memory reserved for OP-TEE instead of

[PATCH] rockchip: sdram: fix DRAM bank declaration around OP-TEE

2020-03-31 Thread Justin Swartz
= top of memory - base of DRAM bank 1 Signed-off-by: Justin Swartz --- arch/arm/mach-rockchip/sdram.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/arch/arm/mach-rockchip/sdram.c b/arch/arm/mach-rockchip/sdram.c index 530644c043..def2c23294 100644 --- a/arch