
3 Apr
2012
3 Apr
'12
9:29 p.m.
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 vapier@gentoo.org -mike