[U-Boot] [PATCH] arm: imx: imx-common: init: move arch init common setup

Peter Robinson pbrobinson at gmail.com
Thu Aug 27 11:00:57 CEST 2015


On Thu, Aug 27, 2015 at 2:39 AM, Peng Fan <b51431 at freescale.com> wrote:
> Hi Adrian,
>
> Since this is only for mx6, why move the code to imx-common?
> "
>> ifeq ($(SOC),$(filter $(SOC),mx6))
>>-obj-y         += cache.o
>>+obj-y         += cache.o init.o
> "
>
> Also many pieces of code are only for imx6, imx7 do not need them for now, such as
> the ldo ramp part.
>
> I think basic imx7 support do not need such a big change, if we do need to
> consolidate code for common usage, we can do this when we need to add more
> stuff.

Personally I think it's better off being done from the outset else it
never gets done and we end up in the situation we were for imx6.

Peter


More information about the U-Boot mailing list