mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
dm: tegra: Set up a pre-reloc malloc()
Allocate 1KB so that driver model can operate before relocation. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9fb02491fe
commit
a47411110c
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
* Size of malloc() pool
|
||||
*/
|
||||
#define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */
|
||||
#define CONFIG_SYS_MALLOC_F_LEN (1 << 10)
|
||||
|
||||
/*
|
||||
* NS16550 Configuration
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue