From 48aa0d1c545b4085435577602f331e07c097782f Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 16 Jan 2011 23:59:48 +0200 Subject: [PATCH] pandora menu: always add serial option (for sure) --- board/pandora/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/pandora/menu.c b/board/pandora/menu.c index bd5a8d807e1..3f2635543c2 100644 --- a/board/pandora/menu.c +++ b/board/pandora/menu.c @@ -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) { -- 2.39.5