]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/image.c: Relocate strings in tables.
authorScott Wood <scottwood@freescale.com>
Thu, 2 Apr 2009 21:15:10 +0000 (16:15 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 4 Apr 2009 21:33:12 +0000 (23:33 +0200)
commite3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
tree7988945221de50040acc1c785069a139a52f6c30
parent3a671fc06ae1d9e8eba76600372317c75ae0eb3e
common/image.c: Relocate strings in tables.

Without this, u-boot can crash or print garbage if the original link
address no longer points to a valid string.

Signed-off-by: Scott Wood <scottwood@freescale.com>
common/image.c