From: Stefan Roese Date: Thu, 30 Mar 2017 10:58:11 +0000 (+0200) Subject: x86: Add file names from Kconfig in descriptor/intel-me nodes in u-boot.dtsi X-Git-Tag: v2017.05-rc2~25^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cccab03a529ac1bf1a66ff75fb15784005ec8570;p=platform%2Fkernel%2Fu-boot.git x86: Add file names from Kconfig in descriptor/intel-me nodes in u-boot.dtsi Since we now have the file names configurable via Kconfig for the flash descriptor and intel-me files, add these from Kconfig in the corresponding dts nodes. Signed-off-by: Stefan Roese Cc: Bin Meng Cc: Simon Glass Reviewed-by: Bin Meng --- diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi index 69c1c1d..a4321d3 100644 --- a/arch/x86/dts/u-boot.dtsi +++ b/arch/x86/dts/u-boot.dtsi @@ -17,8 +17,10 @@ size = ; #ifdef CONFIG_HAVE_INTEL_ME intel-descriptor { + filename = CONFIG_FLASH_DESCRIPTOR_FILE; }; intel-me { + filename = CONFIG_INTEL_ME_FILE; }; #endif #ifdef CONFIG_SPL