commit | 587333133bb6b1ed5c90c5a767e1915757251717 | [log] [tgz] |
---|---|---|
author | Robin Getz <robin.getz@analog.com> | Mon Dec 21 18:40:44 2009 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Mon Jan 18 00:24:21 2010 +0100 |
tree | 3ce5c99500ed65ece855006abea4d4cb7b1c4175 | |
parent | 39cca8d507a42304e2977303beb22f0e4128cb45 [diff] |
kgdb: update mem2hex/hex2mem funcs Convert the funcs to do the conversion inline so that we can do the copy all at once with memcpy. This let's us push out an weird arch-specific issue with accessing different regions of memory to the memcpy function like the MMRs on Blackfin systems, and it should be a bit faster. Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>