Re: [U-Boot-Users] Multiple flash Support

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
participants (1)
-
Nishanth Menon