commit | 12d30aa79779c2aa7a998bbae4c075f822a53004 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Thu Dec 13 12:56:34 2007 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Dec 13 13:15:22 2007 +0100 |
tree | 9d1e3d0ab9f6b51c74c72c80a7e8ebbd60ff5dda | |
parent | 4d7d6936eb29af7cca330937808312aa5f61454d [diff] |
cfi_flash: Use map_physmem() and unmap_physmem() Use map_physmem() and unmap_physmem() to convert from physical to virtual addresses. This gives the arch a chance to provide an uncached mapping for flash accesses. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>