Files
u-boot/arch
Fabio Estevam 89bc388a32 imx: Place imx_ddr_size() into a separate file
Place imx_ddr_size() into a separate file.

The motivation for doing this is to be able to easily reuse
imx_ddr_size() on i.MX7ULP.

Currently imx_ddr_size() is inside arch/arm/mach-imx/cpu.c, which
is not built for i.MX7ULP.

Changing the logic to allow building cpu.c for i.MX7UP would
require adding several ifdef's, leading to a not a very elegant
solution.

To allow better reuse, just place imx_ddr_size() into a common
mmdc_size.c file.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Stefano Babic <sbabic@denx.de>
2019-10-14 09:31:33 +02:00
..
2019-08-11 16:43:41 -04:00
2019-08-28 13:47:47 +05:30
2019-09-14 21:28:55 +02:00
2019-10-11 17:37:38 +08:00
2019-08-11 16:43:41 -04:00
2019-09-02 17:38:43 +02:00