[PATCH v2 6/8] arm: mx50: add core functions support except clock

Richard Zhao linuxzsc at gmail.com
Wed Dec 29 23:42:17 EST 2010


Hi Uwe,
>> > diff --git a/arch/arm/mach-mx5/Makefile b/arch/arm/mach-mx5/Makefile
>> > index 026cd85..e059c30 100644
>> > --- a/arch/arm/mach-mx5/Makefile
>> > +++ b/arch/arm/mach-mx5/Makefile
>> > @@ -4,6 +4,7 @@
>> >
>> >  # Object file lists.
>> >  obj-y   := cpu.o mm.o clock-mx51-mx53.o devices.o
>> don't you want to exclude the mx51/mx53 files for an mx50 build?
> Do you need to rename cpu.c mmc.c and devices.c to add a postfix?
It's better for the guy who will submit mx53 patch to change here.
mx53 don't have any board level code or any specific file yet. I'm not
sure what files will be shared between mx51 and mx53.

Thanks
Richard
>> > +obj-$(CONFIG_SOC_IMX50) += mm-mx50.o
>> >
>> >  obj-$(CONFIG_CPU_FREQ_IMX)    += cpu_op-mx51.o
>> >  obj-$(CONFIG_MACH_MX51_BABBAGE) += board-mx51_babbage.o



More information about the linux-arm-kernel mailing list