From de1284379da15e14ec7ecac8da4749f3e330d297 Mon Sep 17 00:00:00 2001 From: John Kelley Date: Wed, 25 Feb 2009 00:07:45 -0800 Subject: [PATCH] change nand_wait to __nand_wait so things compile --- boot2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot2.c b/boot2.c index 6703af3..230cabd 100644 --- a/boot2.c +++ b/boot2.c @@ -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))