From 81108b90593e1c8a459c499307404955771c54f3 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 22 Jan 2013 13:22:02 -0600 Subject: cbfs: alternative support for cbfs_load_payload() In certain situations boot speed can be increased by providing an alternative implementation to cbfs_load_payload(). The ALT_CBFS_LOAD_PAYLOAD option allows for the mainboard or chipset to provide its own implementation. Booted baskingridge board with alternative and regular cbfs_load_payload(). Change-Id: I547ac9881a82bacbdb3bbdf38088dfcc22fd0c2c Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/2782 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/lib/selfboot.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/selfboot.c') diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c index d64ba4cb92..f32bb814fb 100644 --- a/src/lib/selfboot.c +++ b/src/lib/selfboot.c @@ -536,4 +536,3 @@ int selfboot(struct lb_memory *mem, struct cbfs_payload *payload) out: return 0; } - -- cgit v1.2.3