Skip to content
Snippets Groups Projects
Commit deba0459 authored by Etienne Carriere's avatar Etienne Carriere Committed by Jérôme Forissier
Browse files

qemu: enable ION unmapped heap test support in kernel config


Latest changes in ION requires CONFIG_ION_UNMAPPED_HEAP to configure
the support for unmapped heap.

Signed-off-by: default avatarEtienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: default avatarJoakim Bech <joakim.bech@linaro.org>
parent cdc6fe0d
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ CONFIG_OPTEE=y
CONFIG_STAGING=y
CONFIG_ION=y
CONFIG_ION_DUMMY=y
CONFIG_ION_UNMAPPED_HEAP=y
CONFIG_ION_DUMMY_UNMAPPED_HEAP=y
CONFIG_ION_DUMMY_UNMAPPED_BASE=0x0ec00000
CONFIG_ION_DUMMY_UNMAPPED_SIZE=0x00400000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment