From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Sieka Date: Wed, 26 Mar 2008 15:54:48 +0100 Subject: [U-Boot-Users] RFC: make new image support mandatory In-Reply-To: References: <20080326141644.D180D243A7@gemini.denx.de> Message-ID: <47EA63B8.6050905@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Kumar Gala wrote: [...] > I haven't tried out the CONFIG_FIT stuff yet so some of these concerns > might not be real issues: > 1. Are their changes to linux kernel build system to create a > FIT .uImage ? No, new uImage support has not been integrated with the kernel build system. > 2. if "#define CONFIG_FIT 1" can we use an "old" style uImage? Yes, both old and new formats are supported. Regards, Bartlomiej