Skip to content

Commit

Permalink
lib: remove firmware implementation
Browse files Browse the repository at this point in the history
Remove firmware implementation as it assume that the firmware
needs to be in memory. We will need to support firmware
in storage too.

Signed-off-by: Wendy Liang <jliang@xilinx.com>
  • Loading branch information
wjliang committed May 29, 2018
1 parent c935871 commit cd4324f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 90 deletions.
1 change: 0 additions & 1 deletion lib/common/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
collect (PROJECT_LIB_SOURCES sh_mem.c)
collect (PROJECT_LIB_SOURCES firmware.c)
56 changes: 0 additions & 56 deletions lib/common/firmware.c

This file was deleted.

33 changes: 0 additions & 33 deletions lib/include/openamp/firmware.h

This file was deleted.

0 comments on commit cd4324f

Please sign in to comment.