Re: [PATCH v3 02/29] video: Move vesa_setup_video_priv() into its own file

2025-02-09 Thread Tom Rini
On Sat, Feb 08, 2025 at 07:01:01PM -0700, Simon Glass wrote: > This helper is used by the EFI driver and we would like to use that on > ARM. Move the helper function into its own file, separate from PCI ROMs, > which are an x86 thing. > > Add a forward declaration for struct udevice so that the h

[PATCH v3 02/29] video: Move vesa_setup_video_priv() into its own file

2025-02-08 Thread Simon Glass
This helper is used by the EFI driver and we would like to use that on ARM. Move the helper function into its own file, separate from PCI ROMs, which are an x86 thing. Add a forward declaration for struct udevice so that the header can be included directly. Signed-off-by: Simon Glass --- Change