]> git.dujemihanovic.xyz Git - u-boot.git/commit
expo: Support opening a textline
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:33 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:55 +0000 (15:43 -0400)
commit93c901bc7d90f25a6447ae9e17136c83e8b99052
treeca9bdd91a79eda0b90598ccb386e7080ca0323f7
parent4db7519032f94bc769a7a32421b26b2ec58cbbe5
expo: Support opening a textline

This object needs special handling when it is opened, to set up the CLI
and the vidconsole context. Add special support for this.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/scene.c
boot/scene_internal.h
boot/scene_textline.c