
11 Nov
2011
11 Nov
'11
2:26 p.m.
On Fri, Nov 11, 2011, Daniel Schwierzeck wrote:
ALL-$(CONFIG_UBOOT_IMG) += $(obj)u-boot.img ALL-$(CONFIG_UBOOT_IMX) += $(obj)u-boot.imx ALL-$(CONFIG_UBOOT_KWB) += $(obj)u-boot.kwb
then you can define CONFIG_UBOOT_KWB or CONFIG_UBOOT_IMX in your board config if needed
That'd be a fine solution for me if others agree it's the right approach; ideally, we would even set CONFIG_UBOOT_IMX when CONFIG_IMX_CONFIG is set (not sure where though).
--
Loïc Minier