aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2021-11-17 13:08:57 +0000
committerFelix Held <felix-coreboot@felixheld.de>2021-11-18 23:33:58 +0000
commitd58599dcb89dcbd31d934c0e3d2cc5240955530e (patch)
tree5b8ee8c5543731b3fd163bb23f70aec6b194fe93 /src/soc/intel
parent188be6b27008c4ca400b004c2a82127383dd318e (diff)
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>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/common/block/cpu/car/cache_as_ram.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/cpu/car/cache_as_ram.S b/src/soc/intel/common/block/cpu/car/cache_as_ram.S
index cac7854d34..1c905a4c96 100644
--- a/src/soc/intel/common/block/cpu/car/cache_as_ram.S
+++ b/src/soc/intel/common/block/cpu/car/cache_as_ram.S
@@ -295,7 +295,7 @@ car_init_done:
#endif
before_carstage:
- post_code(0x2A)
+ post_code(0x2a)
call bootblock_c_entry
/* Never reached */