Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35603 )
Change subject: [WIP] intel/x4x: Clean up some __BOOTBLOCK__ and __ROMCC__ ......................................................................
[WIP] intel/x4x: Clean up some __BOOTBLOCK__ and __ROMCC__
Change-Id: Ie3f3c043daa6ec18ed14929668e5acae172177b3 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/northbridge/intel/x4x/x4x.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/35603/1
diff --git a/src/northbridge/intel/x4x/x4x.h b/src/northbridge/intel/x4x/x4x.h index 5772336..0c69faa 100644 --- a/src/northbridge/intel/x4x/x4x.h +++ b/src/northbridge/intel/x4x/x4x.h @@ -368,7 +368,7 @@ CTRL3, };
-#ifndef __BOOTBLOCK__ +#ifndef __ROMCC__ void x4x_early_init(void); void x4x_late_init(int s3resume); u32 decode_igd_memory_size(u32 gms);