commit | 9f5fb0ff51215147a9d13a7be59a663d19a8ef1c | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Aug 08 16:39:54 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Aug 08 16:39:54 2008 +0200 |
tree | b3f767dbd600dd0e5bfbc30718eca6bd5458583f | |
parent | 4eec977986ed481c46f4f6b935047eb4e4e85cb4 [diff] |
CFI: allow for dynamically determined flash sizes and addresses The CFI driver allowed only for static initializers in the CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map several flash banks contiguously if the bank sizes were not known in advance, which kind of violates U-Boot's design philosophy. (will be used for example by the TQM8xxL boards) Signed-off-by: Wolfgang Denk <wd@denx.de>