On Thu, 2010-04-29 at 11:58 +0200, Arnaud Patard wrote: > The gdium name string contains an obvious typo. It's not "gidum" but > "gdium". > Thanks, will apply this patch and the others into the rt4ls[1] and linux-loongson-community[2] repositories. Regards, Wu Zhangjin [1] http://dev.lemote.com/code/rt4ls [2] http://dev.lemote.com/code/linux-loongson-community > Signed-off-by: Arnaud Patard <apatard@xxxxxxxxxxxx> > --- > differences between files attachment (gdium_fix_name.patch) > Index: linux-2.6/arch/mips/loongson/common/machtype.c > =================================================================== > --- linux-2.6.orig/arch/mips/loongson/common/machtype.c > +++ linux-2.6/arch/mips/loongson/common/machtype.c > @@ -24,7 +24,7 @@ static const char *system_types[] = { > [MACH_LEMOTE_FL2F] "lemote-fuloong-2f-box", > [MACH_LEMOTE_ML2F7] "lemote-mengloong-2f-7inches", > [MACH_LEMOTE_YL2F89] "lemote-yeeloong-2f-8.9inches", > - [MACH_DEXXON_GDIUM2F10] "dexxon-gidum-2f-10inches", > + [MACH_DEXXON_GDIUM2F10] "dexxon-gdium-2f", > [MACH_LEMOTE_NAS] "lemote-nas-2f", > [MACH_LEMOTE_LL2F] "lemote-lynloong-2f", > [MACH_LOONGSON_END] NULL,