commit | 8f7704574b6b5d4c3c571093929eb604b803860d | [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 | b81b5a88365e1b6c0db6019aa9b599b0486b9c4c [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>