commit | f029f90e7df9ad566d0bb7f9ea80de108be67fb0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 06 08:36:06 2022 -0600 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Oct 30 19:55:22 2022 +0100 |
tree | e8f95b21b1aa85abc073e7d003937bf0fc148bb1 | |
parent | 92fd6a12206718948ba0f8f8bf1db89f6f73112c [diff] |
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>