1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2025-04-21 12:27:27 +03:00

change serial_puti to serial_putc

This commit is contained in:
xiangfu
2008-07-24 23:12:37 -04:00
parent b92d8222aa
commit 07ac5def3b
3 changed files with 4 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ unsigned char buf[2048];
int start_kboot(void)
{
/*1 say hello to uart */
serial_puti (123);
serial_putc ('a');
blue_on(1);
/*2. test nand flash */
if(nand_read_ll(buf, 0x40000, sizeof(buf))==-1) {