commit | 724e2a4162b7e87282ffda3bc9ab6926e215d136 | [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 | 308cf507729cc4c1e3cfcd99ec347d15ac1b5720 [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>