1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-22 18:37:31 +02:00

clean up stage1

This commit is contained in:
xiangfu 2009-06-27 02:55:58 +00:00
parent fe296d5f0b
commit 7727715d51
2 changed files with 1 additions and 4 deletions

View File

@ -1,2 +0,0 @@
?package(inflash):needs="X11|text|vc|wm" section="Applications/see-menu-manual"\
title="inflash" command="/usr/bin/inflash"

View File

@ -1,7 +1,7 @@
/*
* Main routine of the firmware.
*
* Copyright (C) 2009 PI
* Copyright (C) 2009
* Author: Xiangfu Liu <xiangfu.z@gmail.com>
*
* 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();
}