summaryrefslogtreecommitdiffstats
path: root/include/configs
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2013-09-12 16:56:34 -0300
committerStefano Babic <sbabic@denx.de>2013-09-20 17:55:36 +0200
commitc4ed3142ea3e01e0ba685bc212e4ca937c396b80 (patch)
tree13eba232ef3ffd904a4b7e1216403755ff31c2f9 /include/configs
parent3f786a8b6f586cb19925e2e9cc45fd0dacf40356 (diff)
downloadblackbird-obmc-uboot-c4ed3142ea3e01e0ba685bc212e4ca937c396b80.tar.gz
blackbird-obmc-uboot-c4ed3142ea3e01e0ba685bc212e4ca937c396b80.zip
mx35pdk: Remove CONFIG_SYS_CACHELINE_SIZE
In arch/arm/cpu/arm1136/cpu.c we have: #ifndef CONFIG_SYS_CACHELINE_SIZE #define CONFIG_SYS_CACHELINE_SIZE 32 #endif ,so there is no need to define 'CONFIG_SYS_CACHELINE_SIZE' with the default size in the board config file. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx35pdk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h
index 68b225af9c..a25b20e4af 100644
--- a/include/configs/mx35pdk.h
+++ b/include/configs/mx35pdk.h
@@ -23,7 +23,6 @@
/* Set TEXT at the beginning of the NOR flash */
#define CONFIG_SYS_TEXT_BASE 0xA0000000
-#define CONFIG_SYS_CACHELINE_SIZE 32
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_LATE_INIT
OpenPOWER on IntegriCloud