Index: yaboot.git_head/second/yaboot.c
===================================================================
--- yaboot.git_head.orig/second/yaboot.c
+++ yaboot.git_head/second/yaboot.c
@@ -470,6 +470,8 @@ static int load_my_config_file(struct bo
      int minlen;
 
      packet = prom_get_netinfo();
+     if (!packet)
+	  return rc;
 
      /*
       * First, try to match on mac address with the hardware type
