commit | 0a57265533c412adf6024f4b4955141f4346b2b9 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue May 12 14:29:39 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Fri Jun 12 20:45:47 2009 +0200 |
tree | 011c00b2cfb16aa1cb9e01f2938d7664209c4f2c | |
parent | 55e0ed6078b10b0d425b6a0677f38a015c277df6 [diff] |
mtd: Add MTD concat support to concatenate multiple MTD NOR devices This patch adds concatenation support to the U-Boot MTD infrastructure. By enabling CONFIG_MTD_CONCAT this MTD CFI wrapper will concatenate all found NOR devices into one single MTD device. This can be used by e.g by UBI to access a partition that spans over multiple NOR chips. Signed-off-by: Stefan Roese <sr@denx.de>