mirror of
https://github.com/fail0verflow/mini.git
synced 2025-02-19 13:02:44 +01:00
change nand_wait to __nand_wait so things compile
This commit is contained in:
parent
e494b77692
commit
de1284379d
2
boot2.c
2
boot2.c
@ -41,7 +41,7 @@ void boot2_init() {
|
|||||||
|
|
||||||
for (i = 0x40; i < 0x140; i++, ptr += 2048) {
|
for (i = 0x40; i < 0x140; i++, ptr += 2048) {
|
||||||
nand_read_page(i, ptr, ecc);
|
nand_read_page(i, ptr, ecc);
|
||||||
nand_wait();
|
__nand_wait();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hdr->len != sizeof(struct wadheader))
|
if (hdr->len != sizeof(struct wadheader))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user