From 2ae25e585d2564917cf842418a94da5935597143 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Thu, 29 Apr 2010 15:45:29 +0900 Subject: [PATCH] s5pc110: universal: change board name from "Neptune" to "Limo SDK" Signed-off-by: Minkyu Kang --- board/samsung/universal/universal.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/samsung/universal/universal.c b/board/samsung/universal/universal.c index 7c90147..b1c23b2 100644 --- a/board/samsung/universal/universal.c +++ b/board/samsung/universal/universal.c @@ -374,7 +374,7 @@ static const char *board_name[] = { "P1P2", /* Don't remove it */ "Geminus", "Cypress", - "Neptune", + "Limo SDK", }; enum { @@ -408,7 +408,7 @@ static char *display_features(int board, int board_rev) name = "Bamboo"; } else if (board == MACH_KESSLER) { if (board_rev & NEPTUNE_BOARD) - name = "Neptune"; + name = "Limo SDK"; if (board_rev & S1_BOARD) name = "S1"; } -- 2.7.4