summaryrefslogtreecommitdiff
path: root/Platform/RaspberryPi/RPi3
diff options
context:
space:
mode:
authorSamer El-Haj-Mahmoud <samer@elhajmahmoud.com>2020-04-19 09:04:14 -0400
committerArd Biesheuvel <ard.biesheuvel@arm.com>2020-04-20 15:23:38 +0200
commit42838e91620ddf55e83a1287025adc7a7fb1e38b (patch)
tree35d2db017165ec2ddb2ea7120466c76f62cfe578 /Platform/RaspberryPi/RPi3
parent944af47a8c83115dcd5dae581e5c3770a12a2ed2 (diff)
Platform/RaspberryPi/RPi3: Fix TFTP dynamic command initialization
Set the PcdShellLibAutoInitialize for the TFTP dynamic Shell command. This fixes an ASSERT observed in https://github.com/pftf/RPi3/issues/11 Signed-off-by: Samer El-Haj-Mahmoud <samer@elhajmahmoud.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Diffstat (limited to 'Platform/RaspberryPi/RPi3')
-rw-r--r--Platform/RaspberryPi/RPi3/RPi3.dsc5
1 files changed, 4 insertions, 1 deletions
diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3/RPi3.dsc
index a451e2a8..54ebfdfb 100644
--- a/Platform/RaspberryPi/RPi3/RPi3.dsc
+++ b/Platform/RaspberryPi/RPi3/RPi3.dsc
@@ -662,5 +662,8 @@
gEfiShellPkgTokenSpaceGuid.PcdShellFileOperationSize|0x200000
}
!if $(INCLUDE_TFTP_COMMAND) == TRUE
- ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf
+ ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.inf {
+ <PcdsFixedAtBuild>
+ gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
+ }
!endif