From 6b4f4022ffcbb6cb774e620e919bb1d0f8139ea7 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Fri, 27 Nov 2009 12:08:53 +0900 Subject: [PATCH] s5pc110: No need to change at Universal board Signed-off-by: Kyungmin Park --- board/samsung/universal/lowlevel_init.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/samsung/universal/lowlevel_init.S b/board/samsung/universal/lowlevel_init.S index 8bcbbaa..b9321e9 100644 --- a/board/samsung/universal/lowlevel_init.S +++ b/board/samsung/universal/lowlevel_init.S @@ -145,7 +145,7 @@ lowlevel_init: cmp r7, r8 moveq r9, #1 /* r9 has 1Gib default at s5pc100 */ movne r9, #2 /* r9 has 2Gib default at s5pc110 */ - /* FIXME 1Gib detection: Universal, Limo Universal */ + /* FIXME 1Gib detection: Limo Universal */ /* Check Limo Real board * LR (suspend) LU J1B2 * 0x04 0x01 (0x01) 0x01 (0x01) 0x01 (0x01) -- 2.7.4