]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/audio-preprocessing.git/blob - realtime_demo_bios/omapl137/bflinker.cmd
Merge pull request #12 in PROCESSOR-SDK/audio-preprocessing-fw from PRSDK-2351 to...
[processor-sdk/audio-preprocessing.git] / realtime_demo_bios / omapl137 / bflinker.cmd
1 /*
2  * bflinker.cmd: Linker command file for Beamformer
3  */
5 SECTIONS
6 {
7     .bferam:        load >> IRAM
8     .bfiram:        load >> IRAM
9     .uiaLoggerBuffers load >> SDRAM
10     filOutBuf0           >> SDRAM
11         filBuf0              >> SDRAM
12         filBuf1              >> SDRAM
13         filBuf2              >> SDRAM
14         filBuf3              >> SDRAM
15         filBuf4              >> SDRAM
16         filBuf5              >> SDRAM
17         filBuf6              >> SDRAM
18         filBuf7              >> SDRAM
19         .far                 >> SDRAM
20 }
21 /* nothing past this point */