Skip to content

Commit

Permalink
Platform/RaspberryPi/RPi4: 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/RPi4#38

Signed-off-by: Samer El-Haj-Mahmoud <samer@elhajmahmoud.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
  • Loading branch information
samerhaj authored and Ard Biesheuvel committed Apr 20, 2020
1 parent 42838e9 commit f09ea1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Platform/RaspberryPi/RPi4/RPi4.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -716,5 +716,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 f09ea1a

Please sign in to comment.