diff mbox

[U-Boot,2/3] x86: Add file names from Kconfig in descriptor/intel-me nodes in u-boot.dtsi

Message ID 20170330105812.27993-2-sr@denx.de
State Accepted
Commit cccab03a529ac1bf1a66ff75fb15784005ec8570
Delegated to: Bin Meng
Headers show

Commit Message

Stefan Roese March 30, 2017, 10:58 a.m. UTC
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 <sr@denx.de>
Cc: Bin Meng <bmeng.cn@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
---
 arch/x86/dts/u-boot.dtsi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Bin Meng March 31, 2017, 3:45 p.m. UTC | #1
On Thu, Mar 30, 2017 at 6:58 PM, Stefan Roese <sr@denx.de> wrote:
> 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 <sr@denx.de>
> Cc: Bin Meng <bmeng.cn@gmail.com>
> Cc: Simon Glass <sjg@chromium.org>
> ---
>  arch/x86/dts/u-boot.dtsi | 2 ++
>  1 file changed, 2 insertions(+)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Bin Meng April 5, 2017, 4:13 a.m. UTC | #2
On Fri, Mar 31, 2017 at 11:45 PM, Bin Meng <bmeng.cn@gmail.com> wrote:
> On Thu, Mar 30, 2017 at 6:58 PM, Stefan Roese <sr@denx.de> wrote:
>> 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 <sr@denx.de>
>> Cc: Bin Meng <bmeng.cn@gmail.com>
>> Cc: Simon Glass <sjg@chromium.org>
>> ---
>>  arch/x86/dts/u-boot.dtsi | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!
diff mbox

Patch

diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi
index 69c1c1d498..a4321d33de 100644
--- a/arch/x86/dts/u-boot.dtsi
+++ b/arch/x86/dts/u-boot.dtsi
@@ -17,8 +17,10 @@ 
 		size = <CONFIG_ROM_SIZE>;
 #ifdef CONFIG_HAVE_INTEL_ME
 		intel-descriptor {
+			filename = CONFIG_FLASH_DESCRIPTOR_FILE;
 		};
 		intel-me {
+			filename = CONFIG_INTEL_ME_FILE;
 		};
 #endif
 #ifdef CONFIG_SPL