]> git.baikalelectronics.ru Git - uboot.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)
commit363ac12aa713c5fba7dcd20ee4d2dce5a1986eb4
treed4f9731015e71df568b0e9c90e2d056c86e8db7e
parent2077a3d619db6dd594ac4b303a51ebe2ae07a3d5
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