Skip to content

Commit

Permalink
Decrease malloc pool size for iOBC
Browse files Browse the repository at this point in the history
Decrease malloc pool size for iOBC
  • Loading branch information
Catherine Garabedian committed Nov 6, 2019
2 parents 3626001 + a6ba866 commit a867aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/configs/at91sam9g20isis.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
* Size of malloc() pool
* Update: This size was increased to accommodate the DFU buffers. I'm not sure of the exact
* equation that would determine the optimum size. Through trial and error I found that it
* should be more than 5MB, but less than 20MB.
* should be more than 6MB, but less than 20MB.
*/
#define CONFIG_SYS_MALLOC_LEN 10 * SZ_1M
#define CONFIG_SYS_MALLOC_LEN 8 * SZ_1M
#endif

0 comments on commit a867aef

Please sign in to comment.