]> git.ipfire.org Git - thirdparty/u-boot.git/commit - cmd/Kconfig
video: Move the console commands to cmd/
authorSimon Glass <sjg@chromium.org>
Thu, 6 Oct 2022 14:36:06 +0000 (08:36 -0600)
committerAnatolij Gustschin <agust@denx.de>
Sun, 30 Oct 2022 18:55:22 +0000 (19:55 +0100)
commitf029f90e7df9ad566d0bb7f9ea80de108be67fb0
treee8f95b21b1aa85abc073e7d003937bf0fc148bb1
parent92fd6a12206718948ba0f8f8bf1db89f6f73112c
video: Move the console commands to cmd/

Move these commands and the implementation to the cmd/ directory, which is
where most commands are kept.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
[agust: keep vidconsole_position_cursor() in vidconsole uclass]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
cmd/Kconfig
cmd/Makefile
cmd/video.c [new file with mode: 0644]
drivers/video/Kconfig
drivers/video/vidconsole-uclass.c