diff --git a/common/board_f.c b/common/board_f.c index d9fe6f997ab..154675d0e40 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -797,7 +797,7 @@ static int initf_bootstage(void) if (ret) return ret; if (from_spl) { - ret = bootstage_stash_default(); + ret = bootstage_unstash_default(); if (ret && ret != -ENOENT) { debug("Failed to unstash bootstage: err=%d\n", ret); return ret;