From 1cf6825a681c289032f6309d3ac5eab2fd71a703 Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Fri, 10 Aug 2018 02:39:35 -0700 Subject: x86: dts: Remove coreboot_fb.dtsi There is no need to keep a separate coreboot_fb.dtsi since now we have a generic coreboot payload dts. While we are here, this also remove the out-of-date description in the documentation regarding to coreboot framebuffer driver with U-Boot loaded as a payload from coreboot. As the testing result with QEMU 2.5.0 shows, the driver just works like a charm. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- arch/x86/dts/coreboot_fb.dtsi | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 arch/x86/dts/coreboot_fb.dtsi (limited to 'arch/x86/dts/coreboot_fb.dtsi') diff --git a/arch/x86/dts/coreboot_fb.dtsi b/arch/x86/dts/coreboot_fb.dtsi deleted file mode 100644 index 7d72f18537..0000000000 --- a/arch/x86/dts/coreboot_fb.dtsi +++ /dev/null @@ -1,5 +0,0 @@ -/ { - coreboot-fb { - compatible = "coreboot-fb"; - }; -}; -- cgit