From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 29 Jan 2007 11:07:30 +0100 (MET) Subject: [U-Boot-Users] [PATCH] Add support for the MPC8349E-mITX-GP In-Reply-To: <45BA3CB3.7020908@freescale.com> References: <20070126111917.50cf05ed.kim.phillips@freescale.com> <45BA3CB3.7020908@freescale.com> Message-ID: <200701291107.17117.sr@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 Hi Timur, On Friday 26 January 2007 18:38, Timur Tabi wrote: > I presume you mean board-specific ifdefs in a config file, and not just any > ifdefs. Frankly, I don't think 3 board-specific ifdefs is that many. > > Technically speaking, the config file for the ITX will work on the ITX-GP, > but you'll have to deal with: > > 1) A warning stating that flash bank #2 is missing Please check the CFG_FLASH_QUIET_TEST config option. The README states: - CFG_FLASH_QUIET_TEST If this option is defined, the common CFI flash doesn't print it's warning upon not recognized FLASH banks. This is useful, if some of the configured banks are only optionally available. Best regards, Stefan