diff mbox

[02/10] platforms: Add load_done function to firenze

Message ID 20170609065546.28963-2-matthew.brown.dev@gmail.com
State New
Headers show

Commit Message

Matt Brown June 9, 2017, 6:55 a.m. UTC
Add the load_done function for the firenze platform.
This allows it to asyncronously decode the payload initramfs.

Signed-off-by: Matt Brown <matthew.brown.dev@gmail.com>
---
 platforms/ibm-fsp/firenze.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/platforms/ibm-fsp/firenze.c b/platforms/ibm-fsp/firenze.c
index dc70546..274b7e5 100644
--- a/platforms/ibm-fsp/firenze.c
+++ b/platforms/ibm-fsp/firenze.c
@@ -226,4 +226,5 @@  DECLARE_PLATFORM(firenze) = {
 	.resource_loaded	= fsp_resource_loaded,
 	.sensor_read		= ibm_fsp_sensor_read,
 	.terminate		= ibm_fsp_terminate,
+	.load_done		= fsp_load_boot_resource,
 };