tests: mem_protect/mem_map: enable userspace on qemu_x86_tiny

Due to qemu_x86_tiny having very small defined SRAM area,
enabling userspace results in not having enough free physical
pages to run the tests. So make the memory a bit larger so
we can actually test memory mapping with userspace.

Fixes #46398

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2022-06-10 15:55:03 -07:00 committed by Carles Cufí
commit a9972f3d99
2 changed files with 3 additions and 1 deletions

View file

@ -1 +0,0 @@
CONFIG_TEST_USERSPACE=n

View file

@ -0,0 +1,3 @@
&dram0 {
reg = < 0x100000 0x50000 >;
};