pandora menu: always add serial option (for sure) pandora-2010.03
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 16 Jan 2011 21:59:48 +0000 (23:59 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 16 Jan 2011 21:59:48 +0000 (23:59 +0200)
board/pandora/menu.c

index bd5a8d8..3f26355 100644 (file)
@@ -127,7 +127,7 @@ static void menu_init(void)
        menu_item_count = i;
 
        if (!do_cmd("mmc init"))
-               return;
+               goto finish;
 
        dev_desc = get_dev("mmc1", 0);
        if (dev_desc == NULL) {