summaryrefslogtreecommitdiff
path: root/firmware/target/mips/ingenic_x1000/spl-x1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/spl-x1000.c')
-rw-r--r--firmware/target/mips/ingenic_x1000/spl-x1000.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/target/mips/ingenic_x1000/spl-x1000.c b/firmware/target/mips/ingenic_x1000/spl-x1000.c
index 59e0fb687d..e6d87066b5 100644
--- a/firmware/target/mips/ingenic_x1000/spl-x1000.c
+++ b/firmware/target/mips/ingenic_x1000/spl-x1000.c
@@ -279,7 +279,8 @@ void main(void)
279 if(nandread(opt->nand_addr, opt->nand_size, (void*)opt->load_addr)) 279 if(nandread(opt->nand_addr, opt->nand_size, (void*)opt->load_addr))
280 spl_error(); 280 spl_error();
281 281
282 /* TODO: implement dual boot */ 282 /* Let target handle necessary pre-boot setup */
283 spl_handle_pre_boot(option);
283 284
284 /* Reading the Linux command line from the bootloader is handled by 285 /* Reading the Linux command line from the bootloader is handled by
285 * arch/mips/xburst/core/prom.c -- see Ingenic kernel sources. 286 * arch/mips/xburst/core/prom.c -- see Ingenic kernel sources.