[U-Boot] [PATCH v2 7/7] omap5: Add omap5_evm board build support.

Tom Rini tom.rini at gmail.com
Fri Nov 11 16:02:34 CET 2011


On Thu, Nov 10, 2011 at 10:22 PM, R, Sricharan <r.sricharan at ti.com> wrote:
> 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.

-- 
Tom


More information about the U-Boot mailing list