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 da2a5873bd
commit 994a49f8b8
18 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ CONFIG_NSH_MMCSDMINOR=0
#
# Stack and heap information
#
CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024
+1 -1
View File
@@ -337,7 +337,7 @@ CONFIG_NSH_MMCSDMINOR=0
#
# Stack and heap information
#
CONFIG_BOOT_RUNFROMFLASH=n
CONFIG_BOOT_RUNFROMFLASH=y
CONFIG_BOOT_COPYTORAM=n
CONFIG_CUSTOM_STACK=n
CONFIG_IDLETHREAD_STACKSIZE=1024