summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2012-05-10 09:25:28 +0200
committerDirk Behme <dirk.behme@gmail.com>2012-11-11 11:42:28 +0100
commit43e6c53ff761cb2007a8918294bea555bbe37854 (patch)
tree2dd34e0b0f10407259ba06d65350aa1802e56482
parent11f5c8480762a7e9a4e9c0ed8cebc74db2038325 (diff)
README: Fix how to for serial console when CONFIG_CFB_CONSOLE is defined
Fix how to force serial console when CONFIG_CFB_CONSOLE is defined. Tested on a mx51evk board. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index afdf591c62..36a4907ae9 100644
--- a/README
+++ b/README
@@ -667,7 +667,8 @@ The following options need to be configured:
When CONFIG_CFB_CONSOLE is defined, video console is
default i/o. Serial console can be forced with
- environment 'console=serial'.
+ by placing 'setenv("stdout", "serial");' inside
+ board_late_init().
When CONFIG_SILENT_CONSOLE is defined, all console
messages (by U-Boot and Linux!) can be silenced with