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:
parent
bd2b7e9502
commit
a9972f3d99
2 changed files with 3 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
CONFIG_TEST_USERSPACE=n
|
|
@ -0,0 +1,3 @@
|
|||
&dram0 {
|
||||
reg = < 0x100000 0x50000 >;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue