From: Thierry Reding Date: Wed, 10 Dec 2014 05:25:23 +0000 (-0700) Subject: ARM: tegra: Enable non-cached memory X-Git-Tag: v2015.01~88^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d1e5b4065ee14a6dbabd9318a8f73194c6536d6e;p=u-boot ARM: tegra: Enable non-cached memory Some boards, most notably those with a PCIe ethernet NIC, require this to avoid cache coherency problems. Since the option adds very little code and overhead enable it across all Tegra generations. Other drivers may also start supporting this functionality at some point, so enabling it now will automatically reap the benefits later on. Acked-by: Stephen Warren Signed-off-by: Thierry Reding Signed-off-by: Simon Glass Signed-off-by: Tom Warren --- diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 06853285a2..8f1e370915 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -47,7 +47,9 @@ * 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 (1 << 10) + +#define CONFIG_SYS_NONCACHED_MEMORY (1 << 20) /* 1 MiB */ /* * NS16550 Configuration