From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sat, 4 Apr 2009 18:36:54 +0200 Subject: [U-Boot] [PATCH v2] Noisily disable the legacy NAND subsystem. In-Reply-To: <20090401214106.GA11189@ld0162-tx32.am.freescale.net> References: <20090401214106.GA11189@ld0162-tx32.am.freescale.net> Message-ID: <20090404163654.GE32409@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16:41 Wed 01 Apr , Scott Wood wrote: > Legacy NAND is marked for feature removal after April 2009 (i.e. this > upcoming release). There are still several boards that reference it > (though many do so only for disk-on-chip support which has been silently > disabled for a while now). These boards will now fail to build > with #error, though the code is still there if the user removes #error. > > The plan is to remove the code outright in the next release, along with > any board code that refers to it (such as board/esd/common/auto_update.c). > > Also, remove the legacy NAND API description from README.nand. > > Signed-off-by: Scott Wood > --- > Now with doc updates, restoration of a missing changelog line, > and clarification of the error message in cmd_doc.c. > > Applied to u-boot-nand-flash. Scoot you brake the rm9200dk could you convert your #error in #warning for this release as it's said in the commit message it will be remove for the next release it will be nice to have this kind of #error at the beginning to the merge to allow people to fix it Best Regards, J.