projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dc0f84
)
x86: Add file names from Kconfig in descriptor/intel-me nodes in u-boot.dtsi
author
Stefan Roese
<
[email protected]
>
Thu, 30 Mar 2017 10:58:11 +0000
(12:58 +0200)
committer
Bin Meng
<
[email protected]
>
Mon, 10 Apr 2017 02:02:03 +0000
(10:02 +0800)
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 <
[email protected]
>
Cc: Bin Meng <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
Reviewed-by: Bin Meng <
[email protected]
>
arch/x86/dts/u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/x86/dts/u-boot.dtsi
b/arch/x86/dts/u-boot.dtsi
index 69c1c1d498673c30d9f941e1e5fdeff50c0e499a..a4321d33de514d8e44f733aad4538635c7095a3f 100644
(file)
--- 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