From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Sieka Date: Wed, 26 Mar 2008 15:52:51 +0100 Subject: [U-Boot-Users] RFC: make new image support mandatory In-Reply-To: <20080326141644.D180D243A7@gemini.denx.de> References: <20080326141644.D180D243A7@gemini.denx.de> Message-ID: <47EA6343.1000001@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 Wolfgang Denk wrote: > Hello everybody, > > now that the new image format has been merged into mainline, I > propose that we make it mandatory for all newly added boards. That > means, that each new board that gets added shall at least contain > > #define CONFIG_FIT 1 > > in it's board config file; I recommend to add also > > #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */ new uImage format also requires: #define CONFIG_OF_LIBFDT 1 > Can we agree on this? I'm all for it :) Regards, Bartlomiej