From: Stefano Babic Date: Sun, 1 Apr 2012 03:23:00 +0000 (+0000) Subject: mx35: flea3: fix when cache functions are linked X-Git-Tag: v2012.04-rc2~1^2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=81b1c9ebe1f5a4e36eaccc0e3732c3fbf76f9807;p=u-boot mx35: flea3: fix when cache functions are linked Signed-off-by: Stefano Babic --- diff --git a/include/configs/flea3.h b/include/configs/flea3.h index 649e27214c..f046a587be 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -34,6 +34,7 @@ #define CONFIG_MX35_HCLK_FREQ 24000000 #define CONFIG_SYS_DCACHE_OFF +#define CONFIG_SYS_CACHELINE_SIZE 32 #define CONFIG_DISPLAY_CPUINFO @@ -98,6 +99,7 @@ #define CONFIG_BOOTP_DNS #define CONFIG_CMD_NAND +#define CONFIG_CMD_CACHE #define CONFIG_CMD_I2C #define CONFIG_CMD_SPI