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(); }