diff mbox

[U-Boot] kirkwood: define CONFIG_SYS_CACHELINE_SIZE

Message ID 1319750163-23938-1-git-send-email-michael@walle.cc
State Awaiting Upstream
Delegated to: Prafulla Wadaskar
Headers show

Commit Message

Michael Walle Oct. 27, 2011, 9:16 p.m. UTC
Signed-off-by: Michael Walle <michael@walle.cc>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
---
 arch/arm/include/asm/arch-kirkwood/config.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Prafulla Wadaskar Oct. 31, 2011, 11:19 a.m. UTC | #1
> -----Original Message-----
> From: Michael Walle [mailto:michael@walle.cc]
> Sent: Friday, October 28, 2011 2:46 AM
> To: u-boot@lists.denx.de
> Cc: Michael Walle; Albert ARIBAUD; Prafulla Wadaskar
> Subject: [PATCH] kirkwood: define CONFIG_SYS_CACHELINE_SIZE
> 
> Signed-off-by: Michael Walle <michael@walle.cc>
> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
> Cc: Prafulla Wadaskar <prafulla@marvell.com>
> ---
>  arch/arm/include/asm/arch-kirkwood/config.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-kirkwood/config.h
> b/arch/arm/include/asm/arch-kirkwood/config.h
> index b393b1a..69a1106 100644
> --- a/arch/arm/include/asm/arch-kirkwood/config.h
> +++ b/arch/arm/include/asm/arch-kirkwood/config.h
> @@ -40,6 +40,7 @@
>  #endif /* CONFIG_KW88F6281 */
> 
>  #define CONFIG_ARM926EJS	1	/* Basic Architecture */
> +#define CONFIG_SYS_CACHELINE_SIZE	32
> 
>  #define CONFIG_MD5	/* get_random_hex on krikwood needs MD5
> support */
>  #define CONFIG_KIRKWOOD_EGIGA_INIT	/* Enable GbePort0/1 for
> kernel */
> --

Applied to u-boot-marvell.git master branch, added few comments too.

Regards..
Prafulla . .
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-kirkwood/config.h b/arch/arm/include/asm/arch-kirkwood/config.h
index b393b1a..69a1106 100644
--- a/arch/arm/include/asm/arch-kirkwood/config.h
+++ b/arch/arm/include/asm/arch-kirkwood/config.h
@@ -40,6 +40,7 @@ 
 #endif /* CONFIG_KW88F6281 */
 
 #define CONFIG_ARM926EJS	1	/* Basic Architecture */
+#define CONFIG_SYS_CACHELINE_SIZE	32
 
 #define CONFIG_MD5	/* get_random_hex on krikwood needs MD5 support */
 #define CONFIG_KIRKWOOD_EGIGA_INIT	/* Enable GbePort0/1 for kernel */