]> git.sur5r.net Git - u-boot/commit
log: fix typo LOGL_EFI
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 23 Mar 2018 20:12:17 +0000 (21:12 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 23 Apr 2018 19:34:28 +0000 (21:34 +0200)
commitd8d8997bbce7ff81799cb20795bdf97db9f8d5f2
tree6d9b42eca0f6738f3d5cc346ea8d2833a2206e9b
parent275d80a4c2fb63890f3f4c16b7ad481064e650a0
log: fix typo LOGL_EFI

According to the documentation the EFI log category is called LOGC_EFI.
All other categories start with LOGC_. So let's fix it.

Fixes: 1973b381a1b3 ("log: add category LOGC_EFI")
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/log.h