drivers/fsp: Rewrite post code hex values in lowercase
Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I65a83fcd69296f13c63329701ba9ce53f7cc2cb3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59393 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
188be6b270
commit
d58599dcb8
|
@ -181,7 +181,7 @@ CAR_init_done:
|
|||
pushl %eax /* tsc[31:0] */
|
||||
|
||||
before_romstage:
|
||||
post_code(0x2A)
|
||||
post_code(0x2a)
|
||||
|
||||
/* Call bootblock_c_entry(uint64_t base_timestamp) */
|
||||
call bootblock_c_entry
|
||||
|
|
|
@ -295,7 +295,7 @@ car_init_done:
|
|||
#endif
|
||||
|
||||
before_carstage:
|
||||
post_code(0x2A)
|
||||
post_code(0x2a)
|
||||
|
||||
call bootblock_c_entry
|
||||
/* Never reached */
|
||||
|
|
Loading…
Reference in New Issue