From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Wed, 23 Aug 2006 21:30:42 -0500 Subject: [U-Boot-Users] Multiple flash Support Message-ID: <44ED0F52.4060806@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi All, I have a generic question with regards to a ARM based board: The board in question has capability for 4 or more flashes (mixture of nand, onenand, Nor flashes) all operating at the same time, however, with a dip switch change on the board, the actual flash from which Uboot boots up changes. I do not want to recompile UBoot for each configuration. Is it possible to have a single UBoot which could boot off each of the flash device? each boot would need to take the environment variable off that specific flash (with configurability to take it off a common location as part of the wishlist). Regards, Nishanth Menon