diff options
author | Simon Glass <sjg@chromium.org> | 2013-07-16 20:10:00 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-08-16 13:45:15 -0400 |
commit | 8d51aacd8cd99adb9e58933951602c4f43e90aa1 (patch) | |
tree | e867f1f3b33c76f040a5192a317394f9b5211fad /README | |
parent | 62cf11c0921a90c6bd62344f4bc069668e6c698c (diff) | |
download | u-boot-imx-8d51aacd8cd99adb9e58933951602c4f43e90aa1.zip u-boot-imx-8d51aacd8cd99adb9e58933951602c4f43e90aa1.tar.gz u-boot-imx-8d51aacd8cd99adb9e58933951602c4f43e90aa1.tar.bz2 |
RFC: bootm: Add silent_linux environment variable
At present the console for linux is silent if the U-Boot console is silent,
unless CONFIG_SILENT_U_BOOT_ONLY is set. I wonder if a better way would be
to have an environment variable to control this? Then we can control the
verbosity from scripts, and set the variable to 'no' for those boards that
want Linux to boot with console output.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4627,6 +4627,12 @@ List of environment variables (most likely not complete): npe_ucode - set load address for the NPE microcode + silent_linux - If set then linux will be told to boot silently, by + changing the console to be empty. If "yes" it will be + made silent. If "no" it will not be made silent. If + unset, then it will be made silent if the U-Boot console + is silent. + tftpsrcport - If this is set, the value is used for TFTP's UDP source port. |