Hi Tom Rini,
[...snip..]

> -ifeq ($(SOC),am33xx)
> +ifneq 
> ($(CONFIG_AM335X)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
>  LIBS += $(CPUDIR)/omap-common/libomap-common.o
>  endif
> -ifeq ($(SOC),omap3)
> -LIBS += $(CPUDIR)/omap-common/libomap-common.o
> -endif
> -ifeq ($(SOC),omap4)
> -LIBS += $(CPUDIR)/omap-common/libomap-common.o
> -endif
> -
I have for now grouped them in the above way.
I will make separate patch to club all that uses omap-common under a
new common macro.

Thanks,
 Sricharan
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to