[U-Boot] [PATCH 1/4] imx: Place imx_ddr_size() into a separate file
Fabio Estevam
festevam at gmail.com
Sun Oct 13 22:34:13 UTC 2019
Hi Stefano,
On Sun, Oct 13, 2019 at 5:44 PM Stefano Babic <sbabic at denx.de> wrote:
> This does not filter MX51, code is not common for it. What do you mind
> if I pick it up with :
>
> ifeq ($(SOC),$(filter $(SOC),mx5 mx6))
> obj-y += cpu.o speed.o
> ifneq ($(CONFIG_MX51),y)
> obj-y += mmdc_size.o
> endif
Looks like a good fix, thanks!
More information about the U-Boot
mailing list