fix icf file misspelling

pull/4438/head
Yuguo Zou 2017-05-31 11:37:10 +08:00 committed by Martin Kojtal
parent b76c8a93c5
commit fdea7b146c
1 changed files with 2 additions and 2 deletions

View File

@ -209,8 +209,8 @@ place at start of SDRAM_RAM_region {
/* TCM placement */
define overlay TCM_overlay {
section .tcm.heap,
section .bss object mem.o,
section .bss object memp.o,
section .bss object lwip_mem.o,
section .bss object lwip_memp.o,
block .heap,
block .stack_dummy
};