
8 May
2023
8 May
'23
7:42 a.m.
Hi Simon,
On 05/05/23 04:28, Simon Glass wrote:
Update the Makefile rules to allow video drivers in SPL. This is useful for 64-bit QEMU on x86, since the video BIOS can only be run from 32-bit mode (i.e. in SPL).
Signed-off-by: Simon Glasssjg@chromium.org
(no changes since v1)
drivers/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Please rebase on this patch. https://lore.kernel.org/u-boot/20230420121112.311922-4-n-jain1@ti.com/
I had added obj-$(CONFIG_SPL_VIDEO) +=video/ to build video driver when TPL and VPL are not defined and only SPL is defined. You may have to remove this and add it for all stages.
Thanks, Nikhil