Skip to content

Commit

Permalink
Platform/RaspberryPi/RPi3: Fix TFTP dynamic command initialization
Browse files Browse the repository at this point in the history
Set the PcdShellLibAutoInitialize for the TFTP dynamic Shell command.
This fixes an ASSERT observed in pftf/RPi3#11

Signed-off-by: Samer El-Haj-Mahmoud <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
  • Loading branch information
samerhaj authored and Ard Biesheuvel committed Apr 20, 2020
1 parent 944af47 commit 42838e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Platform/RaspberryPi/RPi3/RPi3.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 42838e9

Please sign in to comment.