From 8c3a4960293141618d8435b5db27d928ae127ded Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Tue, 27 Nov 2007 21:30:46 +0100 Subject: 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 --- common/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/Kconfig b/common/Kconfig index 16a9a02a55..12ff729eb2 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -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 -- cgit v1.2.3