
14 Oct
2019
14 Oct
'19
12:34 a.m.
Hi Stefano,
On Sun, Oct 13, 2019 at 5:44 PM Stefano Babic sbabic@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!