summaryrefslogtreecommitdiffstats
path: root/discover/device-handler.c
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2015-01-27 14:38:55 +0800
committerJeremy Kerr <jk@ozlabs.org>2015-02-16 10:24:22 +0800
commit900412ec49f30fbb7872a5ff38538a19c17e20a2 (patch)
tree20ffbb839848c5002541f620633f7a22be6b19be /discover/device-handler.c
parent2e05b1dd0490ce7ecdd15f522e6c700bc6522062 (diff)
downloadtalos-petitboot-900412ec49f30fbb7872a5ff38538a19c17e20a2.tar.gz
talos-petitboot-900412ec49f30fbb7872a5ff38538a19c17e20a2.zip
discover/platform: rename finalise_config hook
We want to expand the finalise_config hook to cover generic pre-boot functionality, so rename to pre_boot. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'discover/device-handler.c')
-rw-r--r--discover/device-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/discover/device-handler.c b/discover/device-handler.c
index fd6f1d3..5d9f988 100644
--- a/discover/device-handler.c
+++ b/discover/device-handler.c
@@ -843,7 +843,7 @@ void device_handler_boot(struct device_handler *handler,
if (handler->pending_boot)
boot_cancel(handler->pending_boot);
- platform_finalise_config();
+ platform_pre_boot();
handler->pending_boot = boot(handler, opt, cmd, handler->dry_run,
boot_status, handler);
OpenPOWER on IntegriCloud