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:
Vadim Bendebury
2017-01-05 14:54:23 -08:00
committed by chrome-bot
parent 32b064108a
commit a59b978317

View File

@@ -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