]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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 d27fcebd7c4654f4d4e9a9987e6f694adaf62268..7852f9ad847e4b98f48a3649a3fb14c77019a556 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