LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks

This commit is contained in:
Gregory Nutt
2013-12-05 10:37:55 -06:00
parent 422b225401
commit 692b087d07
77 changed files with 127 additions and 205 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ void up_initialize(void)
extern void vdev_init(void);
extern void nuttx_arch_init(void);
// intialize the current_task to g_idletcb
// initialize the current_task to g_idletcb
current_task = g_pidhash[PIDHASH(0)].tcb;
// OS memory alloc system is ready