From: Thierry Reding Date: Thu, 18 Jul 2013 19:13:41 +0000 (-0700) Subject: ARM: tegra: Enable data cache on Dalmore X-Git-Tag: v2013.10-rc3~8^2~7^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e94f0af969f8832fe9acd1af91fa08b88facbd58;p=u-boot ARM: tegra: Enable data cache on Dalmore Disabling the data cache is no longer required to boot Dalmore, so enable it. This results in notably better performance when loading and booting the Linux kernel. Signed-off-by: Thierry Reding Signed-off-by: Tom Warren --- diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h index 145e7ac926..bdf012b2b8 100644 --- a/include/configs/dalmore.h +++ b/include/configs/dalmore.h @@ -21,9 +21,6 @@ #include "tegra114-common.h" -/* Must be off for Dalmore to boot !?!? FIXME */ -#define CONFIG_SYS_DCACHE_OFF - /* Enable fdt support for Dalmore. Flash the image in u-boot-dtb.bin */ #define CONFIG_DEFAULT_DEVICE_TREE tegra114-dalmore #define CONFIG_OF_CONTROL