From 75e9df0c1b9af178b2911f7c81a142bc2b3392ea Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 30 Oct 2003 16:23:03 +0000 Subject: add debugstage1 option to help debugging when stage1 can't launch stage2 --- mdk-stage1/tools.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/tools.c') diff --git a/mdk-stage1/tools.c b/mdk-stage1/tools.c index 58c9203df..7a2c0480f 100644 --- a/mdk-stage1/tools.c +++ b/mdk-stage1/tools.c @@ -95,6 +95,7 @@ void process_cmdline(void) if (!strcmp(name, "recovery")) set_param(MODE_RECOVERY); if (!strcmp(name, "special_stage2")) set_param(MODE_SPECIAL_STAGE2); if (!strcmp(name, "live")) set_param(MODE_LIVE); + if (!strcmp(name, "debugstage1")) set_param(MODE_DEBUGSTAGE1); if (!strcmp(name, "automatic")) { set_param(MODE_AUTOMATIC); grab_automatic_params(value); -- cgit v1.2.1