commit | 0768b7a872964085eece8d5e9fec9175e9deb161 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Mon Aug 18 13:41:27 2008 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Thu Aug 21 01:52:49 2008 +0200 |
tree | fe9fcd3e6264f6eb075b7c2eb799221556e4f0c6 | |
parent | a928d0df211f1d829308d335d19be3ca42558dfc [diff] |
Consolidate strmhz() implementation ARM, i386, m68k and ppc all have identical implementations of strmhz(). Other architectures don't provide this function at all. This patch moves strmhz() into lib_generic, reducing code duplication and providing a more unified API across architectures. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>