Re: [U-Boot] [PATCH] ARM: add u-boot.imx as target for i.MX SOCs

2012-04-05 Thread Dirk Behme
On 04.04.2012 07:54, Dirk Behme wrote: On 03.04.2012 16:32, Stefano Babic wrote: Freescale SOCs require an header to u-boot.bin The patch adds u-boot.imx to the default targets if the imx file is set (IMX_CONFIG). Signed-off-by: Stefano Babic Cc: Albert ARIBAUD CC: Loïc Minier CC: Mike Frys

Re: [U-Boot] [PATCH] ARM: add u-boot.imx as target for i.MX SOCs

2012-04-04 Thread Stefano Babic
On 04/04/2012 07:54, Dirk Behme wrote: > On 03.04.2012 16:32, Stefano Babic wrote: >> Freescale SOCs require an header to u-boot.bin >> >> The patch adds u-boot.imx to the default targets >> if the imx file is set (IMX_CONFIG). >> >> Signed-off-by: Stefano Babic >> Cc: Albert ARIBAUD >> CC: Loïc

Re: [U-Boot] [PATCH] ARM: add u-boot.imx as target for i.MX SOCs

2012-04-03 Thread Dirk Behme
On 03.04.2012 16:32, Stefano Babic wrote: Freescale SOCs require an header to u-boot.bin The patch adds u-boot.imx to the default targets if the imx file is set (IMX_CONFIG). Signed-off-by: Stefano Babic Cc: Albert ARIBAUD CC: Loïc Minier CC: Mike Frysinger --- arch/arm/cpu/armv7/config.mk

Re: [U-Boot] [PATCH] ARM: add u-boot.imx as target for i.MX SOCs

2012-04-03 Thread Mike Frysinger
On Tue, Apr 3, 2012 at 07:32, Stefano Babic wrote: > --- a/arch/arm/cpu/armv7/config.mk > +++ b/arch/arm/cpu/armv7/config.mk > > +ifneq ($(CONFIG_IMX_CONFIG),) > +ALL-y  += $(obj)u-boot.imx > +endif i guess CONFIG_IMX_CONFIG is a free-form string and not just boolean, so: Acked-by: Mike Frysinger

[U-Boot] [PATCH] ARM: add u-boot.imx as target for i.MX SOCs

2012-04-03 Thread Stefano Babic
Freescale SOCs require an header to u-boot.bin The patch adds u-boot.imx to the default targets if the imx file is set (IMX_CONFIG). Signed-off-by: Stefano Babic Cc: Albert ARIBAUD CC: Loïc Minier CC: Mike Frysinger --- arch/arm/cpu/armv7/config.mk |3 +++ 1 files changed, 3 insertions(+