Re: [U-Boot] [PATCH 4/4] imx-common: consolidate macros and prototypes into sys_proto.h

2015-08-12 Thread Stefano Babic
Hi Peng, On 10/08/2015 14:53, Peng Fan wrote: Move most macro definitions and prototypes into arch/arm/include/asm/imx-common/sys_proto.h to avoid duplicated function prototypes and marco definitions for different i.MX SoCs. This patch do not remove the sys_proto.h for different i.MX SoCs,

Re: [U-Boot] [PATCH 4/4] imx-common: consolidate macros and prototypes into sys_proto.h

2015-08-12 Thread Peng Fan
Hi Stefano, On Wed, Aug 12, 2015 at 05:49:15PM +0200, Stefano Babic wrote: Hi Peng, On 10/08/2015 14:53, Peng Fan wrote: Move most macro definitions and prototypes into arch/arm/include/asm/imx-common/sys_proto.h to avoid duplicated function prototypes and marco definitions for different i.MX

Re: [U-Boot] [PATCH 4/4] imx-common: consolidate macros and prototypes into sys_proto.h

2015-08-11 Thread Stefano Babic
On 10/08/2015 14:53, Peng Fan wrote: Move most macro definitions and prototypes into arch/arm/include/asm/imx-common/sys_proto.h to avoid duplicated function prototypes and marco definitions for different i.MX SoCs. This patch do not remove the sys_proto.h for different i.MX SoCs, because

[U-Boot] [PATCH 4/4] imx-common: consolidate macros and prototypes into sys_proto.h

2015-08-10 Thread Peng Fan
Move most macro definitions and prototypes into arch/arm/include/asm/imx-common/sys_proto.h to avoid duplicated function prototypes and marco definitions for different i.MX SoCs. This patch do not remove the sys_proto.h for different i.MX SoCs, because we need to modify lots of driver code and