From: Simon Glass Date: Wed, 3 Sep 2014 23:37:02 +0000 (-0600) Subject: dm: tegra: Set up a pre-reloc malloc() X-Git-Tag: KARO-TXA5-2015-06-26~691^2~13 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=a47411110ce982a9c66ef039622f2e32cf9fab5f;hp=9fb02491fe96991cbedc49c7ebe5cdd271d1b6a7 dm: tegra: Set up a pre-reloc malloc() Allocate 1KB so that driver model can operate before relocation. Signed-off-by: Simon Glass --- 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