expo: Pass in the video device for cedit_prepare()
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:22 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commit23d2ddf1b4663c497ae6223174c96138df8b675a
tree7dc1a060d631b6dce8440d99b0c32238956f1526
parent5f993342962de816044f4172234ca7ecfd2bcaf6
expo: Pass in the video device for cedit_prepare()

At present this function locates it own video device. Pass it in to
provide more flexibility.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/cedit.c
include/cedit.h
test/boot/cedit.c