From d58599dcb89dcbd31d934c0e3d2cc5240955530e Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 17 Nov 2021 13:08:57 +0000 Subject: drivers/fsp: Rewrite post code hex values in lowercase Signed-off-by: Sean Rhodes Change-Id: I65a83fcd69296f13c63329701ba9ce53f7cc2cb3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59393 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/common/block/cpu/car/cache_as_ram.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/common') 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 */ -- cgit v1.2.3