commit | 8faf76412f56549c35d6083d0a0b6e4e56541004 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 03 17:37:02 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 10 12:59:58 2014 -0600 |
tree | 30a617bfa31f0ba95e7f0874c943a0543503078c | |
parent | 712da5e23c8895ae537fbc3c0d6146b651acf528 [diff] |
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>
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index d27fceb..7852f9a 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