[U-Boot] [PATCH v2 7/7] omap5: Add omap5_evm board build support.
R, Sricharan
r.sricharan at ti.com
Fri Nov 11 06:22:45 CET 2011
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
More information about the U-Boot
mailing list