commit | 16035bcd8c81c3c59dddfb54f48e8059a623b13c | [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 | cbb0cab1d929839d1cf170b54b1fef05896433ea [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>