From d441ec829831068e29318a5b6774a36d31ae135a Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 12 Jun 2018 08:36:23 -0700 Subject: x86: efi: payload: Add EFI framebuffer driver support This turns on the EFI framebuffer driver support so that a graphics console can be of additional help. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- arch/x86/dts/efi-x86_payload.dts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'arch/x86/dts') diff --git a/arch/x86/dts/efi-x86_payload.dts b/arch/x86/dts/efi-x86_payload.dts index 137bde5..148b587 100644 --- a/arch/x86/dts/efi-x86_payload.dts +++ b/arch/x86/dts/efi-x86_payload.dts @@ -33,4 +33,8 @@ compatible = "pci-x86"; u-boot,dm-pre-reloc; }; + + efi-fb { + compatible = "efi-fb"; + }; }; -- cgit v1.1