summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-12-07 16:43:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-07 16:43:12 +0100
commit0ae4b1e82778ac6df74a06eacffe2f9373b95ee3 (patch)
tree99c668fbb04a4f626f0e686c3aa1df9a64e464b6 /common
parentc3a84a3f760b3892501591f5a6b037611477dc9f (diff)
parent2ff02e7aa1a4f9f59c8786e9fdade070a8e7fd79 (diff)
downloadbarebox-0ae4b1e82778ac6df74a06eacffe2f9373b95ee3.tar.gz
barebox-0ae4b1e82778ac6df74a06eacffe2f9373b95ee3.tar.xz
Merge branch 'for-next/imx'
Conflicts: arch/arm/mach-imx/include/mach/devices-imx53.h
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index d60db80747..57119dcbd4 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -667,6 +667,8 @@ config DEBUG_LL
prompt "low level debug messages"
help
Enable this to get low level debug messages during barebox initialization.
+ This requires SoC specific support. Most SoCs require the debug UART to be
+ initialized by a debugger or first stage bootloader.
endmenu