From e0cd2eb6d3d4bb01cfffa7833cc720362e955350 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 19 Jan 2020 00:07:05 +0100 Subject: nb/intel/i945: Use boot path macros Change-Id: I932bd0cb97507fa159d1fe3cf2335beb31ca1caf Signed-off-by: Paul Menzel Reviewed-on: https://review.coreboot.org/c/coreboot/+/38597 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes Reviewed-by: Patrick Georgi --- src/northbridge/intel/i945/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge/intel/i945') diff --git a/src/northbridge/intel/i945/romstage.c b/src/northbridge/intel/i945/romstage.c index ff4ccc195e..6274e099c8 100644 --- a/src/northbridge/intel/i945/romstage.c +++ b/src/northbridge/intel/i945/romstage.c @@ -68,7 +68,7 @@ void mainboard_romstage_entry(void) mainboard_get_spd_map(spd_map); - sdram_initialize(s3resume ? 2 : 0, spd_map); + sdram_initialize(s3resume ? BOOT_PATH_RESUME : BOOT_PATH_NORMAL, spd_map); /* This should probably go away. Until now it is required * and mainboard specific -- cgit v1.2.3