diff options
Diffstat (limited to 'include/configs/xenguest_arm64.h')
-rw-r--r-- | include/configs/xenguest_arm64.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/xenguest_arm64.h b/include/configs/xenguest_arm64.h index 380084f4ec..c5e3d1678d 100644 --- a/include/configs/xenguest_arm64.h +++ b/include/configs/xenguest_arm64.h @@ -22,9 +22,6 @@ */ #define CONFIG_LNX_KRNL_IMG_TEXT_OFFSET_BASE CONFIG_SYS_LOAD_ADDR -/* Size of malloc() pool */ -#define CONFIG_SYS_MALLOC_LEN (32 * 1024 * 1024) - /* Monitor Command Prompt */ #define CONFIG_SYS_CBSIZE 1024 #define CONFIG_SYS_MAXARGS 64 |