From 4865fe97d9afe113efb4f86d305cf404ed26f8b4 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 16 Jan 2019 13:01:45 +0100 Subject: soc/intel/baytrail/romstage: Remove unneeded white space Change-Id: I6725d1130a40d3c458a3cd5a116d6e91354ec41b Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/30953 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/baytrail/romstage/cache_as_ram.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/intel/baytrail') diff --git a/src/soc/intel/baytrail/romstage/cache_as_ram.inc b/src/soc/intel/baytrail/romstage/cache_as_ram.inc index 4326636bfd..3dcf0196af 100644 --- a/src/soc/intel/baytrail/romstage/cache_as_ram.inc +++ b/src/soc/intel/baytrail/romstage/cache_as_ram.inc @@ -185,11 +185,11 @@ addrsize_set_high: /* push TSC and BIST to stack */ movd %mm0, %eax - pushl %eax /* BIST */ + pushl %eax /* BIST */ movd %mm2, %eax pushl %eax /* tsc[63:32] */ movd %mm1, %eax - pushl %eax /* tsc[31:0] */ + pushl %eax /* tsc[31:0] */ before_c_entry: post_code(0x2a) -- cgit v1.2.3