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>
This commit is contained in:
parent
2aa3b16a2b
commit
4865fe97d9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue