commit | fa5c07ae530a4e19b5d4829960229558250bc13e | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Mon Nov 21 23:38:59 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:34 2011 +0100 |
tree | ed3cb1001847a9de5227d390aaad97e22eae7c3d | |
parent | 69a4779f32682ba2997c93f21b54d46015d5110f [diff] [blame] |
omap: fix cache line size for omap3/omap4 boards Acked-by: Tom Rini <trini@ti.com> Signed-off-by: Aneesh V <aneesh@ti.com> Signed-off-by: Tom Rini <trini@ti.com>
diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 15e40c5..a73c8af 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h
@@ -390,4 +390,6 @@ #define CONFIG_OMAP3_SPI +#define CONFIG_SYS_CACHELINE_SIZE 64 + #endif /* __CONFIG_H */