From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nishanth Menon Date: Thu, 24 Aug 2006 08:02:03 -0500 Subject: [U-Boot-Users] Multiple flash Support In-Reply-To: <20060824122227.3A440353A61@atlas.denx.de> References: <20060824122227.3A440353A61@atlas.denx.de> Message-ID: <44EDA34B.4020707@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 Wolfgang Denk stated on 8/24/2006 7:22 AM: > U-Boot is probably flexible enough to support this, but it does not > provide much existing infrastructure for it - i. e., you will have to > implement most of this in your own board support code. Hmm thanks for the confirmation :( > > You should try to keep the environment variables at a fixed location > though; most of this configuration is done at compile-time (to save > code size) and cannot be changed dynamically. > some constraints that do not allow this - like the flashes are plug and play(at least cold) :(. Will try and get a patch for the modifications done to the rest of the files. The board support code is on OMAP2430, so it might tend to be a bit difficult to push in at this moment. Regards, Nishanth Menon