commit | 2f43f85460453f928005e06915892167addbd49a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue May 20 06:01:43 2014 -0600 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Wed May 28 10:58:19 2014 +0900 |
tree | 7cd78578f8b0e68d0536c2223ffc18e534e32026 | |
parent | a9cf6da925af92f70165d39afca06e4fbbfcf5a7 [diff] |
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>