diff options
| author | Stefano Babic <sbabic@denx.de> | 2012-04-01 03:23:00 +0000 |
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-04-16 14:53:59 +0200 |
| commit | 81b1c9ebe1f5a4e36eaccc0e3732c3fbf76f9807 (patch) | |
| tree | 0d1f7abfcd48b6d96fde4ffaf560ef1560347f40 /include | |
| parent | c8d9ceaf061c5ea5c17ee9e95dbff563e41904c0 (diff) | |
| download | olio-uboot-2014.01-81b1c9ebe1f5a4e36eaccc0e3732c3fbf76f9807.tar.xz olio-uboot-2014.01-81b1c9ebe1f5a4e36eaccc0e3732c3fbf76f9807.zip | |
mx35: flea3: fix when cache functions are linked
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/flea3.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/flea3.h b/include/configs/flea3.h index 649e27214..f046a587b 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 |