diff options
Diffstat (limited to 'src/arch/x86/mmap_boot.c')
-rw-r--r-- | src/arch/x86/mmap_boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/mmap_boot.c b/src/arch/x86/mmap_boot.c index 35a7544c30..b03a17e5da 100644 --- a/src/arch/x86/mmap_boot.c +++ b/src/arch/x86/mmap_boot.c @@ -43,7 +43,7 @@ static int cbfs_master_header_props(struct cbfs_props *props) /* The offset is relative to the end of the media. */ offset += CONFIG_ROM_SIZE; - rdev_readat(bdev, &header , offset, sizeof(header)); + rdev_readat(bdev, &header, offset, sizeof(header)); header.magic = ntohl(header.magic); header.romsize = ntohl(header.romsize); |