]> git.dujemihanovic.xyz Git - u-boot.git/commit
log: Add filter flag to match greater than a log level
authorSean Anderson <seanga2@gmail.com>
Tue, 27 Oct 2020 23:55:30 +0000 (19:55 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 30 Oct 2020 14:55:26 +0000 (10:55 -0400)
commit40455a6915e1f08e74a71d5c859ef93b6d815899
treec23e154c70eefef29d43f0bbe439777261bd3fc4
parentf51e5ec4d7ebb6be110ef20eda6e000a04695221
log: Add filter flag to match greater than a log level

This is the complement of the existing behavior to match only messages with
a log level less than a threshold. This is primarily useful in conjunction
with LOGFF_DENY.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/log.c
include/log.h