change nand_wait to __nand_wait so things compile

This commit is contained in:
John Kelley 2009-02-25 00:07:45 -08:00 committed by bushing
parent e494b77692
commit de1284379d

View File

@ -41,7 +41,7 @@ void boot2_init() {
for (i = 0x40; i < 0x140; i++, ptr += 2048) {
nand_read_page(i, ptr, ecc);
nand_wait();
__nand_wait();
}
if (hdr->len != sizeof(struct wadheader))