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
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
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
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
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(+
5 matches
Mail list logo