Commit 865ed82
Platform/ARM/Drivers: define gFdtVariableGuid in FdtPlatformDxe.dec
edk2 commit db5b28ed9e27 ("MdePkg, EmbeddedPkg: Move Fdt Table Guid to MdePkg")
removes gFdtVariableGuid while it moves the gFdtTableGuid to MdePkg.dec.
But, gFdtVariableGuid is used for development purpose to override
fdt by saving its path to load into the variable with gFdtVariableGuid.
gFdtVariableGuid is only used by FdtPlatformDxe driver and not at
any other place. So move gFdtVariableGuid into FdtPlatformDxe.dec
This patch fixes build failure of ArmJuno Platform.
Signed-off-by: Yeoreum Yun <[email protected]>1 parent aa8d9c3 commit 865ed82
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments