commit | dbe29e36a4c2775b69b5a63b0ce2bac89c08e691 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Fri Apr 24 15:59:35 2009 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Tue Apr 28 01:15:38 2009 +0200 |
tree | da7930d4f212f88a2a9e3ede33873869f75bea16 | |
parent | 10bb62d85a0850dbad1fdd34123378686373f166 [diff] |
mtd: nand/onenand: Register mtd device upon device scanning With this patch the NAND and OneNAND devices are registered in the MTD subsystem and can then be referenced by the mtdcore code (e.g. get_mtd_device_nm()). This is needed for the new "ubi part" command syntax without the flash type parameter (nor|nand|onenand). Signed-off-by: Stefan Roese <sr@denx.de>