aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-vexpress
diff options
context:
space:
mode:
authorJens Wiklander <jens.wiklander@linaro.org>2017-06-19 13:34:36 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2017-06-22 22:38:53 +0200
commit70cdca357de91980332805a1bc1c62d5f7637353 (patch)
tree69f7aec611a0baaba08a58472186b2c1d74c9d27 /core/arch/arm/plat-vexpress
parente7a8839b3e0658a7deb6f980c8d73f3355533054 (diff)
plat-vexpress: use register_nsec_ddr()
Plat-vexpress uses register_nsec_ddr() to define the non-secure DDR memory. Reviewed-by: Volodymyr Babchuk <vlad.babchuk@gmail.com> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'core/arch/arm/plat-vexpress')
-rw-r--r--core/arch/arm/plat-vexpress/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/arch/arm/plat-vexpress/main.c b/core/arch/arm/plat-vexpress/main.c
index ea38e7ca..6b0dd93b 100644
--- a/core/arch/arm/plat-vexpress/main.c
+++ b/core/arch/arm/plat-vexpress/main.c
@@ -77,6 +77,7 @@ static struct gic_data gic_data;
static struct pl011_data console_data;
register_phys_mem(MEM_AREA_IO_SEC, CONSOLE_UART_BASE, PL011_REG_SIZE);
+register_nsec_ddr(DRAM0_BASE, DRAM0_SIZE);
const struct thread_handlers *generic_boot_get_handlers(void)
{