summaryrefslogtreecommitdiffstats
path: root/discover/device-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/device-handler.c')
-rw-r--r--discover/device-handler.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/discover/device-handler.c b/discover/device-handler.c
index 120f11f..7cf5263 100644
--- a/discover/device-handler.c
+++ b/discover/device-handler.c
@@ -786,6 +786,9 @@ void device_handler_boot(struct device_handler *handler,
if (handler->pending_boot)
boot_cancel(handler->pending_boot);
+
+ platform_finalise_config();
+
handler->pending_boot = boot(handler, opt, cmd, handler->dry_run,
boot_status, handler);
handler->pending_boot_is_default = false;
OpenPOWER on IntegriCloud