mirror of https://github.com/schoebel/mars
brick_mem: allow higher dynamic range
This commit is contained in:
parent
effb8127e6
commit
5cc763cd74
|
@ -15,7 +15,7 @@
|
|||
|
||||
#define BRICK_DEBUG_MEM 10000
|
||||
#define USE_KERNEL_PAGES // currently mandatory (vmalloc does not work)
|
||||
#define ALLOW_DYNAMIC_RAISE 512
|
||||
#define ALLOW_DYNAMIC_RAISE 4096
|
||||
|
||||
#ifndef CONFIG_MARS_DEBUG
|
||||
#undef BRICK_DEBUG_MEM
|
||||
|
|
Loading…
Reference in New Issue