]> git.sur5r.net Git - u-boot/commitdiff
x86: Add file names from Kconfig in CMC/FSP/VGA nodes in u-boot.dtsi
authorBin Meng <bmeng.cn@gmail.com>
Mon, 26 Dec 2016 04:52:46 +0000 (20:52 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 26 Dec 2016 05:36:21 +0000 (13:36 +0800)
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>
arch/x86/dts/u-boot.dtsi

index 724913f6196d5a1bef615c1c7fb3a957644dab29..31f0b1aa10d163958c1e838e573e9908a2ec3001 100644 (file)
 #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