9
0
Fork 0
Commit Graph

5 Commits

Author SHA1 Message Date
Sascha Hauer 665291e693 implement memmap().
With this function we can get a pointer to directly memory mapped
devices like nor flash or RAM. Useful for bootm where we save one
memcopy when the image is mappable
2007-07-15 13:50:04 +02:00
Sascha Hauer b449ef7374 fix silly bug in unregister_device(). When unregistering devices
we have to compare the device pointers and not the names.
2007-07-14 15:36:49 +02:00
Sascha Hauer d7df716367 use debug() macro 2007-07-05 21:42:34 +02:00
Sascha Hauer 75a10b942c svn_rev_706
add file headers
2007-07-05 18:02:19 +02:00
Sascha Hauer 4a660c0877 svn_rev_639 2007-07-05 18:02:12 +02:00