From: Stephen Warren Date: Mon, 5 Oct 2015 18:09:02 +0000 (-0600) Subject: ARM: tegra: enable CONFIG_SYS_NONCACHED_MEMORY everywhere X-Git-Tag: v2016.01-rc1~79^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5e68ff3949a3eebf62ba639171814f39c8e46a84;p=u-boot ARM: tegra: enable CONFIG_SYS_NONCACHED_MEMORY everywhere Now that we have solved the problems that prevented this feature from being enabled, enable it everywhere. Signed-off-by: Stephen Warren --- diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index 651c4c4935..68da23e8b7 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -19,9 +19,7 @@ #define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */ #endif -#ifndef CONFIG_ARM64 #define CONFIG_SYS_NONCACHED_MEMORY (1 << 20) /* 1 MiB */ -#endif #ifndef CONFIG_SPL_BUILD #define BOOT_TARGET_DEVICES(func) \