]> git.dujemihanovic.xyz Git - u-boot.git/commit
Correct SPL use of VIDEO_ANSI
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:44:28 +0000 (15:44 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:40 +0000 (07:41 -0500)
commit2fe2ac139f67d1f130445e31d67b0b9477a86fa6
treed4f9731015e71df568b0e9c90e2d056c86e8db7e
parent1f69cbe1f129136ae1a38b0a68660bfce72df629
Correct SPL use of VIDEO_ANSI

This converts 1 usage of this option to the non-SPL form, since there is
no SPL_VIDEO_ANSI defined in Kconfig

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