From: Steve Sakoman Date: Wed, 29 Sep 2010 20:58:34 +0000 (-0700) Subject: ARMV7: OMAP3: Enable cache support on Overo X-Git-Tag: v2010.12-rc1~104^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=68b0fbf08574ac2314919ce8fad9a1965041cc44;p=platform%2Fkernel%2Fu-boot.git ARMV7: OMAP3: Enable cache support on Overo Signed-off-by: Steve Sakoman --- diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index d7c7b0f..69f9126 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -98,6 +98,7 @@ /* commands to include */ #include +#define CONFIG_CMD_CACHE #define CONFIG_CMD_EXT2 /* EXT2 Support */ #define CONFIG_CMD_FAT /* FAT support */ #define CONFIG_CMD_JFFS2 /* JFFS2 Support */