On Fri, Mar 1, 2019 at 7:48 PM Mans Rullgard <[email protected]> wrote: > > /* display a short message */ > -#ifdef CONFIG_PANEL_CHANGE_MESSAGE > - charlcd_puts(lcd, "\x1b[Lc\x1b[Lb\x1b[L*" CONFIG_PANEL_BOOT_MESSAGE); > -#else > - charlcd_puts(lcd, "\x1b[Lc\x1b[Lb\x1b[L*Linux-" UTS_RELEASE "\n"); > -#endif > + charlcd_puts(lcd, "\x1b[Lc\x1b[Lb\x1b[L*" LCD_INIT_TEXT); > +
Nice simplification, thanks! CC'ing Willy & Geert in case they want to take a look for charlcd.c Cheers, Miguel

