commit | 91d63ba97d4a81b742324fa24b58878a8d182c96 | [log] [tgz] |
---|---|---|
author | Markus Schneider-Pargmann <msp@baylibre.com> | Mon Apr 04 16:08:09 2022 +0200 |
committer | Tinghan Shen <tinghan.shen@mediatek.com> | Mon Sep 12 13:34:32 2022 +0800 |
tree | 77abc27cef6c870954d21de42e74dbd73b0086f2 | |
parent | 0d26e2d8e1ee4b629edff05576a54d654efb469f [diff] |
plat-mediatek: config: Increase CORE_HEAP_SIZE for decompression I encountered an issue with optee-os where zlib decompression fails with an out of memory error. This is caused by the heap size not being big enough. This patch doubles the heap size similar to other platforms. Change-Id: Ic43f6063c41dc146442c5ceaca17e057e52842f6 Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers