]> git.sur5r.net Git - u-boot/commit
efi_loader: Fix warning in raw/cols query
authorAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:51:17 +0000 (15:51 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 3 Jun 2018 13:51:19 +0000 (15:51 +0200)
commit80483b2ab62ca7cd200db445b6920ee96d17df88
tree7657a685dc30bd66dcc9b6e844006bb9fa6a11bc
parentd29e7824d782272f29dee68ea0ebb588257aacb4
efi_loader: Fix warning in raw/cols query

The code to determine rows / cols on the screen could potentially run
into a case where it doesn't know how big the screen is. In that case,
assume 80x25.

Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_console.c