mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-23 00:53:09 +02:00
clean up stage1
This commit is contained in:
parent
fe296d5f0b
commit
7727715d51
@ -1,2 +0,0 @@
|
|||||||
?package(inflash):needs="X11|text|vc|wm" section="Applications/see-menu-manual"\
|
|
||||||
title="inflash" command="/usr/bin/inflash"
|
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Main routine of the firmware.
|
* Main routine of the firmware.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 PI
|
* Copyright (C) 2009
|
||||||
* Author: Xiangfu Liu <xiangfu.z@gmail.com>
|
* Author: Xiangfu Liu <xiangfu.z@gmail.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* 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);
|
serial_put_hex(REG_CPM_CPCCR);
|
||||||
#endif
|
#endif
|
||||||
serial_puts("xburst stage1 run finish !\n");
|
serial_puts("xburst stage1 run finish !\n");
|
||||||
load_args();
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user