summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2013-02-27 10:20:59 +0000
committerTom Rini <trini@ti.com>2013-03-11 17:01:02 -0400
commitbe2e5a09e63baaaec345c6d74744fa7401ba1ca0 (patch)
treed9cfc1195739fa5b59ec317514347e0b3bb94d86 /doc
parent55011539172b6ca6022e0f5581c73eaa30b57882 (diff)
downloadtalos-obmc-uboot-be2e5a09e63baaaec345c6d74744fa7401ba1ca0.tar.gz
talos-obmc-uboot-be2e5a09e63baaaec345c6d74744fa7401ba1ca0.zip
Allow u-boot to be silent without forcing Linux to be
That's a bit presumptuous of you, u-boot! Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.silent4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/README.silent b/doc/README.silent
index 70202cece9..6d90a0ec40 100644
--- a/doc/README.silent
+++ b/doc/README.silent
@@ -23,4 +23,6 @@ The following actions are taken if "silent" is set at boot time:
- When booting a linux kernel, the "bootargs" are fixed up so that
the argument "console=" will be in the command line, no matter how
- it was set in "bootargs" before.
+ it was set in "bootargs" before. If you don't want the linux command
+ line to be affected, define CONFIG_SILENT_U_BOOT_ONLY in your board
+ config file as well, and this part of the feature will be disabled.
OpenPOWER on IntegriCloud