dm: tegra: Set up a pre-reloc malloc()
authorSimon Glass <sjg@chromium.org>
Wed, 3 Sep 2014 23:37:02 +0000 (17:37 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Sep 2014 18:59:58 +0000 (12:59 -0600)
Allocate 1KB so that driver model can operate before relocation.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/tegra-common.h

index d27fceb..7852f9a 100644 (file)
@@ -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