bfin: move sram_alloc parser to a separate file
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 3 Dec 2014 20:56:36 +0000 (20:56 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 4 Dec 2014 02:22:38 +0000 (02:22 +0000)
commite36c72cbed1bc61af96c97bed97aaf59ef577a82
tree2bb644e6b0e49b1392fbe39405189d0720b5af32
parent5e7987b4a8314df9a6309a6f461ebbca6e0cb3ff
bfin: move sram_alloc parser to a separate file

* sram_alloc.c: New file.
* Makefile.am (strace_SOURCES): Add it.
* system.c [BFIN]: Move sys_sram_alloc and related code to sram_alloc.c.
Makefile.am
sram_alloc.c [new file with mode: 0644]
system.c