From patchwork Wed Jul 8 00:11:51 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [17/31] petitboot: Fix ps3 boot game OS Date: Tue, 07 Jul 2009 14:11:51 -0000 From: Geoff Levand X-Patchwork-Id: 29559 Message-Id: <20090708001136.081886798@am.sony.com> To: Jeremy Kerr Cc: cbe-oss-dev@ozlabs.org Fix the PS3 boot game OS item. Signed-off-by: Geoff Levand --- ui/ncurses/ps3-cui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/ui/ncurses/ps3-cui.c +++ b/ui/ncurses/ps3-cui.c @@ -316,8 +316,7 @@ static struct pmenu *ps3_mm_init(struct int result; struct pmenu *m; struct pmenu_item *i; - static const char *const bgo[] = - {"/usr/sbin/ps3-boot-game-os-NOT", NULL}; + static const char *const bgo[] = {"/usr/sbin/ps3-boot-game-os", NULL}; m = pmenu_init(ps3_cui->cui, 3, cui_on_exit);