mirror of https://github.com/acidanthera/audk.git
UefiPayloadPkg: Fix architecture in the build instruction
Signed-off-by: Akihiko Odaki <akihiko.odaki@gmail.com> Reviewed-by: Guo Dong <guo.dong@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
parent
76191052fd
commit
449eb01a8d
|
@ -38,7 +38,7 @@ B. HOW TO BUILD
|
|||
> edksetup.bat
|
||||
|
||||
For pure X64 build:
|
||||
> build -a x64 -p UefiPayloadPkg\UefiPayloadPkg.dsc -b <BuildType> -t <ToolChain>
|
||||
> build -a X64 -p UefiPayloadPkg\UefiPayloadPkg.dsc -b <BuildType> -t <ToolChain>
|
||||
-D BOOTLOADER=<Bootloader>
|
||||
|
||||
For X64 build with IA32 entry point:
|
||||
|
|
Loading…
Reference in New Issue