Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions include/configs/hi-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
#define CONFIG_SYS_HUSH_PARSER 1
#define CONFIG_SYS_PROMPT_HUSH_PS2 " > "

#ifndef CONFIG_SYS_MALLOC_LEN
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 512*1024)
#endif
#define CONFIG_CMD_MTDPARTS 1
#define CONFIG_RBTREE 1
#define CONFIG_MTD_DEVICE 1
Expand Down
2 changes: 1 addition & 1 deletion include/configs/hi3516av200.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
#define FMC_TEXT_ADRS (FMC_MEM_BASE)

#define MEM_BASE_DDR (DDR_MEM_BASE)
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024)
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2*1024*1024)
/* size in bytes reserved for initial data */
#define CONFIG_SYS_GBL_DATA_SIZE 128

Expand Down
2 changes: 1 addition & 1 deletion include/configs/hi3519v101.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
#define FMC_TEXT_ADRS (FMC_MEM_BASE)

#define MEM_BASE_DDR (DDR_MEM_BASE)
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128*1024)
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2*1024*1024)
/* size in bytes reserved for initial data */
#define CONFIG_SYS_GBL_DATA_SIZE 128

Expand Down
Loading