From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Mon, 02 Apr 2012 19:03:12 +0200 Subject: [U-Boot] [PATCH 1/2] Build u-boot.imx by default when board uses it In-Reply-To: <20111111132606.GA2895@bee.dooz.org> References: <1320932982-19967-1-git-send-email-loic.minier@linaro.org> <1320932982-19967-2-git-send-email-loic.minier@linaro.org> <201111101824.31539.vapier@gentoo.org> <20111110234530.GE29146@bee.dooz.org> <4EBC8893.4000802@googlemail.com> <20111111132606.GA2895@bee.dooz.org> Message-ID: <4F79DBD0.4050800@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/11/2011 14:26, Lo?c Minier wrote: > 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). Sorry to bring a dead thread to new life... The issue is not yet solved and I am asking if we can do something for the incoming release 2012.04. I would prefer we do not add a new switch CONFIG_UBOOT_IMX into the configuration file, because it is possible to have the same u-boot image running on different storages, for example on NAND or NOR, and they have different offsets. This means different imximage (header), while u-boot itself (binary) remains the same. So this information should be not interpreted by the compiler. Rereading the thread a major point is that we must not change the main Makefile. What about if the changes suggested in the patch are put into arch/arm/cpu/armv7/config.mk ? Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de =====================================================================