From: Fabio Estevam Date: Thu, 12 Sep 2013 19:56:34 +0000 (-0300) Subject: mx35pdk: Remove CONFIG_SYS_CACHELINE_SIZE X-Git-Tag: v2013.10-rc4~1^2^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4ed3142ea3e01e0ba685bc212e4ca937c396b80;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 68b225a..a25b20e 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