]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: image: Adjust FIT image printing to work with sandbox
authorSimon Glass <sjg@chromium.org>
Thu, 16 May 2013 13:53:26 +0000 (13:53 +0000)
committerTom Rini <trini@ti.com>
Tue, 4 Jun 2013 20:06:31 +0000 (16:06 -0400)
commitc6ac13bdea0368cd8ce0478173467c032c9bacfb
tree5d7ba249d980787451030bda408a27e0be58c5d9
parent4651800d51f7714c7e54c51af52a8ff5ee4461de
sandbox: image: Adjust FIT image printing to work with sandbox

Use map_sysmem() to convert from address to pointer, so that sandbox can
print FIT information without crashing.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/image-fit.c