Revamp the way external memory regions are configured; Add logic to add SAMA5 external memory regions to the heap

This commit is contained in:
Gregory Nutt
2013-07-24 10:08:32 -06:00
parent d822f4193f
commit 23fd5e4626
39 changed files with 184 additions and 180 deletions
+1 -1
View File
@@ -316,7 +316,7 @@
*
************************************************************************************/
#ifdef CONFIG_ARCH_EXTSRAM0
#ifdef CONFIG_SAM34_EXTSRAM0
void sam_sram_initialize(void);
#endif