diff options
Diffstat (limited to 'include/configs/ti_omap3_common.h')
-rw-r--r-- | include/configs/ti_omap3_common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/ti_omap3_common.h b/include/configs/ti_omap3_common.h index 02fdcdca8f..6a4868c377 100644 --- a/include/configs/ti_omap3_common.h +++ b/include/configs/ti_omap3_common.h @@ -14,6 +14,11 @@ #ifndef __CONFIG_TI_OMAP3_COMMON_H__ #define __CONFIG_TI_OMAP3_COMMON_H__ +/* + * High Level Configuration Options + */ + +#define CONFIG_SYS_CACHELINE_SIZE 64 #include <asm/arch/cpu.h> #include <asm/arch/omap.h> |