diff mbox

[U-Boot] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target

Message ID 1318851744-5729-2-git-send-email-l.majewski@samsung.com
State Accepted
Commit 0aa597d121303d2638597892ade0d883d9f87787
Delegated to: Minkyu Kang
Headers show

Commit Message

Łukasz Majewski Oct. 17, 2011, 11:42 a.m. UTC
Define the D-cache line size for S5PC210 UNIVERSAL reference target.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
---
 include/configs/s5pc210_universal.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Anton Staaf Oct. 17, 2011, 5:14 p.m. UTC | #1
On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski <l.majewski@samsung.com> wrote:
> Define the D-cache line size for S5PC210 UNIVERSAL reference target.
>
> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>

Acked-by: Anton Staaf <robotboy@chromium.org>

> Cc: Minkyu Kang <mk7.kang@samsung.com>
> ---
>  include/configs/s5pc210_universal.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h
> index 4031016..ff85ade 100644
> --- a/include/configs/s5pc210_universal.h
> +++ b/include/configs/s5pc210_universal.h
> @@ -243,4 +243,6 @@
>
>  #define CONFIG_SYS_INIT_SP_ADDR        (CONFIG_SYS_LOAD_ADDR - GENERATED_GBL_DATA_SIZE)
>
> +#define CONFIG_SYS_CACHELINE_SIZE       32
> +
>  #endif /* __CONFIG_H */
> --
> 1.7.2.3
>
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
Minkyu Kang Oct. 24, 2011, 5:12 a.m. UTC | #2
On 10/18/2011 02:14 AM, Anton Staaf wrote:
> On Mon, Oct 17, 2011 at 4:42 AM, Lukasz Majewski <l.majewski@samsung.com> wrote:
>> Define the D-cache line size for S5PC210 UNIVERSAL reference target.
>>
>> Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
>> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> 
> Acked-by: Anton Staaf <robotboy@chromium.org>
> 
>> Cc: Minkyu Kang <mk7.kang@samsung.com>
>> ---
>>  include/configs/s5pc210_universal.h |    2 ++
>>  1 files changed, 2 insertions(+), 0 deletions(-)
>>

applied to u-boot-samsung.

Thanks
Minkyu Kang.
diff mbox

Patch

diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h
index 4031016..ff85ade 100644
--- a/include/configs/s5pc210_universal.h
+++ b/include/configs/s5pc210_universal.h
@@ -243,4 +243,6 @@ 
 
 #define CONFIG_SYS_INIT_SP_ADDR	(CONFIG_SYS_LOAD_ADDR - GENERATED_GBL_DATA_SIZE)
 
+#define CONFIG_SYS_CACHELINE_SIZE       32
+
 #endif	/* __CONFIG_H */