]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
initcall: Improve debugging support
authorSimon Glass <sjg@chromium.org>
Tue, 20 May 2014 12:01:43 +0000 (06:01 -0600)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 28 May 2014 01:58:19 +0000 (10:58 +0900)
commit2f43f85460453f928005e06915892167addbd49a
tree7cd78578f8b0e68d0536c2223ffc18e534e32026
parenta9cf6da925af92f70165d39afca06e4fbbfcf5a7
initcall: Improve debugging support

Add the ability to display the code offset of an initcall even after it
is relocated. This makes it much easier to relate initcalls back to the
U-Boot System.map file.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/initcall.h
lib/initcall.c