mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
Add support for Linux-like kallsysms
The kernel stores address<->symbol names in it so things can be decoded at runtime. Do it in U-Boot, and we get nice symbol decoding when crashing. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
committed by
Wolfgang Denk
parent
36c9169aa6
commit
ecb1dc8922
8
common/system_map.c
Normal file
8
common/system_map.c
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* The builtin symbol table for use with kallsyms
|
||||
*
|
||||
* Copyright (c) 2008-2009 Analog Devices Inc.
|
||||
* Licensed under the GPL-2 or later.
|
||||
*/
|
||||
|
||||
const char const system_map[] = SYSTEM_MAP;
|
Reference in New Issue
Block a user