Skip to content

Commit

Permalink
plat-vexpress: use register_nsec_ddr()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jenswi-linaro committed Jun 22, 2017
1 parent e7a8839 commit b2f1248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/arch/arm/plat-vexpress/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b2f1248

Please sign in to comment.