diff options
| author | Aneesh V <aneesh@ti.com> | 2011-11-21 23:38:59 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-06 23:59:34 +0100 | 
| commit | 8e40852f0d60ab0b1381d43e38b31a6b3bcd6549 (patch) | |
| tree | ed3cb1001847a9de5227d390aaad97e22eae7c3d /include/configs/omap3_evm_common.h | |
| parent | d71a4916d6ed3a60c254d800b992fc039a04c762 (diff) | |
| download | olio-uboot-2014.01-8e40852f0d60ab0b1381d43e38b31a6b3bcd6549.tar.xz olio-uboot-2014.01-8e40852f0d60ab0b1381d43e38b31a6b3bcd6549.zip | |
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>
Diffstat (limited to 'include/configs/omap3_evm_common.h')
| -rw-r--r-- | include/configs/omap3_evm_common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h index 54aa7a785..e6921c59e 100644 --- a/include/configs/omap3_evm_common.h +++ b/include/configs/omap3_evm_common.h @@ -289,4 +289,6 @@  /* Uncomment to define the board revision statically */  /* #define CONFIG_STATIC_BOARD_REV	OMAP3EVM_BOARD_GEN_2 */ +#define CONFIG_SYS_CACHELINE_SIZE	64 +  #endif /* __OMAP3_EVM_COMMON_H */ |