From c99b75671337d97d2fc01ef0e3b0a9353e5a632a Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Fri, 7 May 2010 10:43:46 +0900 Subject: [PATCH] s5pc1xx: Limo SDK: rev4 is evt1-fused Signed-off-by: Minkyu Kang --- board/samsung/universal/universal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 6e16172..d55233b 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -693,7 +693,8 @@ static void show_hw_revision(void) else if (board_is_bamboo()) s5pc1xx_set_cpu_rev(0); } else if (mach_is_kessler()) { - if (board_is_neptune() && hwrevision(2)) + if (board_is_neptune() && hwrevision(2) || + board_is_neptune() && hwrevision(4)) s5pc1xx_set_cpu_rev(2); /* EVT1-Fused */ else s5pc1xx_set_cpu_rev(1); -- 2.7.4