aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/baytrail
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-01-16 13:01:45 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-01-23 14:44:04 +0000
commit4865fe97d9afe113efb4f86d305cf404ed26f8b4 (patch)
tree0576ccae913b327b1e1939e3156cd99a8a137b78 /src/soc/intel/baytrail
parent2aa3b16a2b9489e9e98da5554c4babed9b6b224c (diff)
soc/intel/baytrail/romstage: Remove unneeded white space
Change-Id: I6725d1130a40d3c458a3cd5a116d6e91354ec41b Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30953 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/baytrail')
-rw-r--r--src/soc/intel/baytrail/romstage/cache_as_ram.inc4
1 files changed, 2 insertions, 2 deletions
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)