From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Thu, 19 Jun 2008 11:42:29 -0400 Subject: [U-Boot-Users] ARM: DEBUG defined in MTD via NAND Message-ID: <485A7E65.8060503@psyent.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de lib_arm/board.c now includes nand.h which in turn includes linux/mtd/mtd.h which defines DEBUG So all of the #ifdef DEBUG code is getting built, which I'm sure isn't intentional. I'm not sure if this was already fixed -- but I couldn't find any patches in the list archive. Anyone already handle this one? Regards, --Scott