]> git.baikalelectronics.ru Git - uboot.git/commit
efi: video: Move payload code into a function
authorSimon Glass <sjg@chromium.org>
Fri, 10 Mar 2023 20:47:11 +0000 (12:47 -0800)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 13 Mar 2023 12:53:01 +0000 (13:53 +0100)
commiteffdd6570112ccfe011fda7927722dacd68971b2
tree14f88a7fb776f374f965577accb87a2831d0b6a5
parent17a8c57170b2cded8f7a4474314db28e1443468d
efi: video: Move payload code into a function

Put this into a function, as we have done for the app implementation.
Comment both functions. FOr now the app still does not access it
correctly.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/efi.c