diff options
author | Steve Sakoman <steve@sakoman.com> | 2010-09-29 13:58:34 -0700 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-17 20:14:27 +0200 |
commit | 68b0fbf08574ac2314919ce8fad9a1965041cc44 (patch) | |
tree | e475e267a7617e706f6ee9efe25c58722dafd9b1 | |
parent | 4d7d7bc36d3ef71b4808731b345c8f68c8bed6a4 (diff) | |
download | u-boot-68b0fbf08574ac2314919ce8fad9a1965041cc44.tar.gz u-boot-68b0fbf08574ac2314919ce8fad9a1965041cc44.tar.xz u-boot-68b0fbf08574ac2314919ce8fad9a1965041cc44.zip |
ARMV7: OMAP3: Enable cache support on Overo
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 d7c7b0f0e4..69f912679e 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 */ |