aboutsummaryrefslogtreecommitdiff
path: root/util/cbfstool/linux.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-29 22:27:51 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-04 09:10:05 +0000
commit5bc61dafd14748e21c5065943cb8e1af30601f4b (patch)
treed444cbb3f7e88b8cfe55ac9321495ccf2c6a7b7a /util/cbfstool/linux.h
parent1d446349ae82ffb0df0684fb9cf9e64f553206b7 (diff)
util/cbfstool: Remove whitespace before tab
Change-Id: I122acaf9129afaa7b3ae8fd50d8717138809132e Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26669 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/cbfstool/linux.h')
-rw-r--r--util/cbfstool/linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/linux.h b/util/cbfstool/linux.h
index 249c7d7d54..c2d9079054 100644
--- a/util/cbfstool/linux.h
+++ b/util/cbfstool/linux.h
@@ -149,7 +149,7 @@ struct linux_params {
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 */