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:
Sean Rhodes 2021-11-17 13:08:57 +00:00 committed by Felix Held
parent 188be6b270
commit d58599dcb8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -295,7 +295,7 @@ car_init_done:
#endif
before_carstage:
post_code(0x2A)
post_code(0x2a)
call bootblock_c_entry
/* Never reached */