summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-09-03 17:37:02 -0600
committerSimon Glass <sjg@chromium.org>2014-09-10 12:59:58 -0600
commita47411110ce982a9c66ef039622f2e32cf9fab5f (patch)
tree30a617bfa31f0ba95e7f0874c943a0543503078c /include/configs
parent9fb02491fe96991cbedc49c7ebe5cdd271d1b6a7 (diff)
downloadtalos-obmc-uboot-a47411110ce982a9c66ef039622f2e32cf9fab5f.tar.gz
talos-obmc-uboot-a47411110ce982a9c66ef039622f2e32cf9fab5f.zip
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>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/tegra-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index d27fcebd7c..7852f9ad84 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -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
OpenPOWER on IntegriCloud