commit | cd8e407d24657569e0d6e323b2e8c274fafab590 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Jul 09 03:04:57 2012 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Aug 14 20:26:55 2012 +0100 |
tree | cd85c9af014cc639e32a851293ed1eefcebf2e09 | |
parent | aebf5bc727fa1837b3c5296c5325b560f19ed9ee [diff] |
flatload: fix bss clearing The current bss clear logic assumes the target mmap address and host address are the same. Use g2h to translate from the target address space to the host so we can call memset on it. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>