[PATCH v1 7/7] colibri-imx8x: add implementation for board_mem_get_layout

2020-12-08 Thread sbabic
> From: Igor Opaniuk > Add implementation of board_mem_get_layout for overriding the memory > layout. > Signed-off-by: Igor Opaniuk Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software

[PATCH v1 7/7] colibri-imx8x: add implementation for board_mem_get_layout

2020-10-22 Thread Igor Opaniuk
From: Igor Opaniuk Add implementation of board_mem_get_layout for overriding the memory layout. Signed-off-by: Igor Opaniuk --- board/toradex/colibri-imx8x/colibri-imx8x.c | 23 + 1 file changed, 23 insertions(+) diff --git a/board/toradex/colibri-imx8x/colibri-imx8x.c