From: Minkyu Kang Date: Thu, 29 Apr 2010 06:45:29 +0000 (+0900) Subject: s5pc110: universal: change board name from "Neptune" to "Limo SDK" X-Git-Tag: JD16_20100430~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ae25e585d2564917cf842418a94da5935597143;hp=40abffaddfc021a6e0c1ba51c0b6b876b977302f;p=kernel%2Fu-boot.git s5pc110: universal: change board name from "Neptune" to "Limo SDK" Signed-off-by: Minkyu Kang --- 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"; }