[coreboot-gerrit] Change in coreboot[master]: util/cbfstool: Remove whitespace before tab

Elyes HAOUAS (Code Review) gerrit at coreboot.org
Tue May 29 22:28:29 CEST 2018


Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/26669


Change subject: util/cbfstool: Remove whitespace before tab
......................................................................

util/cbfstool: Remove whitespace before tab

Change-Id: I122acaf9129afaa7b3ae8fd50d8717138809132e
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M util/cbfstool/cbfstool.c
M util/cbfstool/linux.h
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/26669/1

diff --git a/util/cbfstool/cbfstool.c b/util/cbfstool/cbfstool.c
index eecb84f..08f2e32 100644
--- a/util/cbfstool/cbfstool.c
+++ b/util/cbfstool/cbfstool.c
@@ -687,7 +687,7 @@
 	/* Set the alignment to 4KiB minimum for FSP blobs when no base address
 	 * is provided so that relocation can occur. */
 	if (param.type == CBFS_COMPONENT_FSP) {
-	 	if (!param.baseaddress_assigned)
+		if (!param.baseaddress_assigned)
 			param.alignment = 4*1024;
 		convert = cbfstool_convert_fsp;
 	} else if (param.stage_xip) {
diff --git a/util/cbfstool/linux.h b/util/cbfstool/linux.h
index 249c7d7..c2d9079 100644
--- a/util/cbfstool/linux.h
+++ b/util/cbfstool/linux.h
@@ -149,7 +149,7 @@
 	u16 mount_root_rdonly;	/* 0x1f2 */
 	u8 reserved7[4];	/* 0x1f4 */
 	u16 ramdisk_flags;	/* 0x1f8 */
-#define RAMDISK_IMAGE_START_MASK  	0x07FF
+#define RAMDISK_IMAGE_START_MASK	0x07FF
 #define RAMDISK_PROMPT_FLAG		0x8000
 #define RAMDISK_LOAD_FLAG		0x4000
 	u8 reserved8[2];	/* 0x1fa */

-- 
To view, visit https://review.coreboot.org/26669
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I122acaf9129afaa7b3ae8fd50d8717138809132e
Gerrit-Change-Number: 26669
Gerrit-PatchSet: 1
Gerrit-Owner: Elyes HAOUAS <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180529/6ae8a610/attachment-0001.html>


More information about the coreboot-gerrit mailing list