commit | c4ed3142ea3e01e0ba685bc212e4ca937c396b80 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Sep 12 16:56:34 2013 -0300 |
committer | Stefano Babic <sbabic@denx.de> | Fri Sep 20 17:55:36 2013 +0200 |
tree | 13eba232ef3ffd904a4b7e1216403755ff31c2f9 | |
parent | 3f786a8b6f586cb19925e2e9cc45fd0dacf40356 [diff] |
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>