]> git.baikalelectronics.ru Git - uboot.git/commit
log: Add a command to control the log output format
authorSimon Glass <sjg@chromium.org>
Thu, 28 Dec 2017 20:14:19 +0000 (13:14 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 3 Feb 2018 17:09:27 +0000 (10:09 -0700)
commit2a2e43866dacbe5e765127ef13b80bdd4958a699
tree24e79a6fa2fab246dfd950fc3665d38bd694dcb2
parentd2c8100705157efb747e3af5b24434683c87ed87
log: Add a command to control the log output format

Add a 'log format' command which can display or change the log output
format. This is useful for changing how much information is displayed. The
ordering of the fields is fixed.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/log.c