
1 Feb
2015
1 Feb
'15
5:53 p.m.
If we enable GPIOs as well as everything else, we need just over 4KB of space. Enlarge it a little.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
include/configs/tegra-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 8f1e370..182458f 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -47,7 +47,7 @@ * Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */ -#define CONFIG_SYS_MALLOC_F_LEN (1 << 10) +#define CONFIG_SYS_MALLOC_F_LEN (6 << 10)
#define CONFIG_SYS_NONCACHED_MEMORY (1 << 20) /* 1 MiB */
--
2.2.0.rc0.207.ga3a616c