9
0
Fork 0

add switch to enable debug symbols

Add a symbol to the "Debugging" menu which enables the debug symbols in
u-boot-v2. This makes it possible to view the source code with
'objdump'.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
This commit is contained in:
Robert Schwebel 2007-11-27 21:30:46 +01:00 committed by Marc Kleine-Budde
parent 0fb3ec4e7e
commit 8c3a496029
1 changed files with 6 additions and 0 deletions

View File

@ -185,6 +185,12 @@ endmenu
menu "Debugging "
config DEBUG_INFO
bool
prompt "enable debug symbols"
help
Enable build of u-boot with -g.
config SKIP_LOWLEVEL_INIT
bool
depends on ARM