From 7727715d51306ace05af264f58efe72b055c51de Mon Sep 17 00:00:00 2001 From: xiangfu Date: Sat, 27 Jun 2009 02:55:58 +0000 Subject: [PATCH] clean up stage1 --- inflash/debian/menu.ex | 2 -- inflash/xburst_stage1/main.c | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 inflash/debian/menu.ex diff --git a/inflash/debian/menu.ex b/inflash/debian/menu.ex deleted file mode 100644 index 2baea79..0000000 --- a/inflash/debian/menu.ex +++ /dev/null @@ -1,2 +0,0 @@ -?package(inflash):needs="X11|text|vc|wm" section="Applications/see-menu-manual"\ - title="inflash" command="/usr/bin/inflash" diff --git a/inflash/xburst_stage1/main.c b/inflash/xburst_stage1/main.c index 69a60ba..57b5a5d 100644 --- a/inflash/xburst_stage1/main.c +++ b/inflash/xburst_stage1/main.c @@ -1,7 +1,7 @@ /* * Main routine of the firmware. * - * Copyright (C) 2009 PI + * Copyright (C) 2009 * Author: Xiangfu Liu * * This program is free software; you can redistribute it and/or @@ -121,5 +121,4 @@ void c_main(void) serial_put_hex(REG_CPM_CPCCR); #endif serial_puts("xburst stage1 run finish !\n"); - load_args(); }