diff options
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/boot-x1000.c')
-rw-r--r-- | firmware/target/mips/ingenic_x1000/boot-x1000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/mips/ingenic_x1000/boot-x1000.c b/firmware/target/mips/ingenic_x1000/boot-x1000.c index f59ec5c4ea..2f2714c67a 100644 --- a/firmware/target/mips/ingenic_x1000/boot-x1000.c +++ b/firmware/target/mips/ingenic_x1000/boot-x1000.c @@ -267,7 +267,7 @@ void x1000_dualboot_init_uart2(void) int x1000_dualboot_load_pdma_fw(void) { - nand_drv* n = nand_init(); + struct nand_drv* n = nand_init(); nand_lock(n); int ret = nand_open(n); |