Skip to content

Commit

Permalink
discover/platform-powerpc: Don't fail early if nvram fails
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
  • Loading branch information
sammj committed Apr 27, 2017
1 parent 7219a3a commit 41ed6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discover/platform-powerpc.c
Expand Up @@ -1254,7 +1254,7 @@ static int load_config(struct platform *p, struct config *config)

rc = parse_nvram(platform);
if (rc)
return rc;
pb_log("%s: Failed to parse nvram\n", __func__);

populate_config(platform, config);

Expand Down

0 comments on commit 41ed6ff

Please sign in to comment.