From: Bin Meng Date: Wed, 16 Aug 2017 05:41:55 +0000 (-0700) Subject: x86: dts: Include Intel Video BIOS Table in the ROM image X-Git-Tag: v2017.11-rc1~89^2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6c22379eaf8a07cf6f2619d828a0bebab5ddbc17;p=u-boot x86: dts: Include Intel Video BIOS Table in the ROM image Now that binman is able to recognize the Video BIOS Table entry, add such one in the u-boot.dtsi. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi index a4321d33de..7e37d4f394 100644 --- a/arch/x86/dts/u-boot.dtsi +++ b/arch/x86/dts/u-boot.dtsi @@ -67,6 +67,12 @@ pos = ; }; #endif +#ifdef CONFIG_HAVE_VBT + intel-vbt { + filename = CONFIG_VBT_FILE; + pos = ; + }; +#endif #ifdef CONFIG_HAVE_REFCODE intel-refcode { pos = ;