diff options
| author | Steve Sakoman <[email protected]> | 2010-09-29 13:58:34 -0700 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-10-17 20:14:27 +0200 |
| commit | 68b0fbf08574ac2314919ce8fad9a1965041cc44 (patch) | |
| tree | e475e267a7617e706f6ee9efe25c58722dafd9b1 /include | |
| parent | 4d7d7bc36d3ef71b4808731b345c8f68c8bed6a4 (diff) | |
ARMV7: OMAP3: Enable cache support on Overo
Signed-off-by: Steve Sakoman <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/omap3_overo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index d7c7b0f0e4d..69f912679ea 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -98,6 +98,7 @@ /* commands to include */ #include <config_cmd_default.h> +#define CONFIG_CMD_CACHE #define CONFIG_CMD_EXT2 /* EXT2 Support */ #define CONFIG_CMD_FAT /* FAT support */ #define CONFIG_CMD_JFFS2 /* JFFS2 Support */ |
