mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-31 11:01:19 +00:00
cr50: enable use malloc/free
In preparation to adding new features, switch cr50 to using shared memory allocator allowing concurrently allocated buffers. BRANCH=none BUG=chrome-os-partner:59873 TEST=verified that cr50 works fine and could be updated on a reef. Change-Id: I87656cbd1f6d4928f25396dbcc59cc3f43984d85 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/424850 Reviewed-by: Randall Spangler <rspangler@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
32b064108a
commit
a59b978317
@@ -61,6 +61,9 @@
|
||||
/* Go to sleep when nothing else is happening */
|
||||
#define CONFIG_LOW_POWER_IDLE
|
||||
|
||||
/* Allow multiple concurrent memory allocations. */
|
||||
#define CONFIG_MALLOC
|
||||
|
||||
/* Detect the states of other devices */
|
||||
#define CONFIG_DEVICE_STATE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user