Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | memcpy/memmove: Do not copy to same address | Matthias Weisser | 2011-07-26 | -0/+6 |
| | | | | | | | | In some cases (e.g. bootm with a elf payload which is already at the right position) there is a in place copy of data to the same address. Catching this saves some ms while booting. Signed-off-by: Matthias Weisser <weisserm@arcor.de> | |||
* | Rename lib_generic/ to lib/ | Peter Tyser | 2010-04-13 | -0/+605 |
Now that the other architecture-specific lib directories have been moved out of the top-level directory there's not much reason to have the '_generic' suffix on the common lib directory. Signed-off-by: Peter Tyser <ptyser@xes-inc.com> |