aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-12-25 20:52:46 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-12-26 13:36:21 +0800
commit79e550e0f39144cd9de57a7d8fb71916d2b96f1b (patch)
tree6cd90349ec3f1b680618496bc4de232ec8de43ab /arch/x86/dts
parent7156831e07000d6f2b9cb862f9ca2602a3b592e3 (diff)
downloadu-boot-79e550e0f39144cd9de57a7d8fb71916d2b96f1b.zip
u-boot-79e550e0f39144cd9de57a7d8fb71916d2b96f1b.tar.gz
u-boot-79e550e0f39144cd9de57a7d8fb71916d2b96f1b.tar.bz2
x86: Add file names from Kconfig in CMC/FSP/VGA nodes in u-boot.dtsi
Since we already have a bunch of Kconfig options for CMC/FSP/VGA file names, add these from Kconfig in the corresponding dts nodes. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/u-boot.dtsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi
index 724913f..31f0b1a 100644
--- a/arch/x86/dts/u-boot.dtsi
+++ b/arch/x86/dts/u-boot.dtsi
@@ -36,16 +36,19 @@
#endif
#ifdef CONFIG_HAVE_FSP
intel-fsp {
+ filename = CONFIG_FSP_FILE;
pos = <CONFIG_FSP_ADDR>;
};
#endif
#ifdef CONFIG_HAVE_CMC
intel-cmc {
+ filename = CONFIG_CMC_FILE;
pos = <CONFIG_CMC_ADDR>;
};
#endif
#ifdef CONFIG_HAVE_VGA_BIOS
intel-vga {
+ filename = CONFIG_VGA_BIOS_FILE;
pos = <CONFIG_VGA_BIOS_ADDR>;
};
#endif