]> git.ozlabs.org Git - petitboot/blobdiff - discover/platform.c
discover/platform-powerpc: read bootdev config from IPMI boot mailbox
[petitboot] / discover / platform.c
index 7712ef14028772c07f39eb4d2d2a320eef1eba45..8ce52fc8c539f8d567581822bc487f1e266121ad 100644 (file)
@@ -468,7 +468,7 @@ static int read_bootdev(void *ctx, char **pos, struct autoboot_option *opt)
        return rc;
 }
 
-static void config_populate_bootdev(struct config *config,
+void config_populate_bootdev(struct config *config,
        const struct param_list *pl)
 {
        struct autoboot_option *opt, *new = NULL;