Reviewed-by: Steele, Kelly <[email protected]> -----Original Message----- From: Kinney, Michael D Sent: November 08, 2017 15:59 To: [email protected] Cc: Steele, Kelly <[email protected]>; Yao, Jiewen <[email protected]> Subject: [Patch] QuarkPlatformPkg/Readme.md: Fix markdown format issue
https://bugzilla.tianocore.org/show_bug.cgi?id=769 Remove extra carriage return that causes formatting issues. Cc: Kelly Steele <[email protected]> Cc: Jiewen Yao <[email protected]> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney <[email protected]> --- QuarkPlatformPkg/Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/QuarkPlatformPkg/Readme.md b/QuarkPlatformPkg/Readme.md index aa9d9856bd..126de6937b 100644 --- a/QuarkPlatformPkg/Readme.md +++ b/QuarkPlatformPkg/Readme.md @@ -244,8 +244,7 @@ Enable UEFI Secure Boot features: Enable UEFI Secure Boot and Measured Boot using Atmel I2C TPM hardware device: -```build -a IA32 -t VS2015x86 -p QuarkPlatformPkg/Quark.dsc -D UEFI_SECURE_BOOT --D MEASURED_BOOT_ENABLE -D TPM_12_HARDWARE=ATMEL_I2C``` +```build -a IA32 -t VS2015x86 -p QuarkPlatformPkg/Quark.dsc -D +UEFI_SECURE_BOOT -D MEASURED_BOOT_ENABLE -D +TPM_12_HARDWARE=ATMEL_I2C``` ## **FLASH Update using DediProg SF100** -- 2.14.2.windows.3 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

