]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
karo: tx6: enable silent console
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 16 Jun 2017 11:49:38 +0000 (13:49 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 16 Jun 2017 11:49:38 +0000 (13:49 +0200)
commit30a5cf24c7006ccb6615f1d29c65cd45b6f63c91
treefc498d20bd43000a99dd8f3c0664a1470361a97d
parent9c867060812647af60840df7caf78f6567b2bd29
karo: tx6: enable silent console

Silence console output to avoid irritation of equipment connected to
the console UART.
Set the variable 'silent' in the compiled-in environment, so that
actually _all_ console output is silenced. Otherwise 'silent' would
only be activated after reading the env from mass storage.

Note: to reactivate console output for debugging purposes from the
command prompt, the env variable 'silent' has to change state from
defined to undefined. So, if the variable is not set in the saved
environment, it has to be set (to an arbitrary value) and removed
afterwards.
include/configs/tx6.h