From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alessandro Rubini Date: Tue, 17 Jun 2008 17:53:03 +0200 Subject: [U-Boot-Users] Stops booting after RAM info In-Reply-To: <4857C743.7060300@GlobalAutomationSystems.com> References: <4857C743.7060300@GlobalAutomationSystems.com> <162d31d50806160105g38f155fey433ed61bbed5da46@mail.gmail.com> <162d31d50806162159v715c8aa1t41c0185c98fe5246@mail.gmail.com> <162d31d50806162236wdb08bacu6bddc0505667b817@mail.gmail.com> Message-ID: <20080617155303.GA10780@mail.gnudd.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > As far as I know CFG_MAX_FLASH_BANKS should be set to 1 always. > Multiple flash banks in u-boot are not supported. I have a system with two banks. u-boot> flinfo Bank # 1: CFI conformant FLASH (16 x 16) Size: 16 MB in 131 Sectors Intel Extended command set, Manufacturer ID: 0x89, Device ID: 0x1B Erase timeout: 4096 ms, write timeout: 1 ms Buffer write timeout: 2 ms, buffer size: 64 bytes Sector Start Addresses: 60000000 RO 60008000 RO 60010000 RO 60018000 [...] Bank # 2: CFI conformant FLASH (16 x 16) Size: 16 MB in 131 Sectors Intel Extended command set, Manufacturer ID: 0x89, Device ID: 0x1B Erase timeout: 4096 ms, write timeout: 1 ms Buffer write timeout: 2 ms, buffer size: 64 bytes Sector Start Addresses: 10000000 RO 10008000 RO 10010000 RO 10018000 [...] As expected, it also works in the older board with one bank only (no CFI QRY found for second bank and everything continues as smooth as always). /alessandro