From: <olh@suse.de>
Subject: display the product in the frontpanel LCD
Patch-mainline: never

display the product in the frontpanel LCD
also the uname -r output instead of uname -v.

 arch/powerpc/platforms/pseries/setup.c |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

--- a/arch/powerpc/platforms/pseries/setup.c
+++ b/arch/powerpc/platforms/pseries/setup.c
@@ -510,11 +510,7 @@ static void __init pSeries_setup_arch(vo
 static int __init pSeries_init_panel(void)
 {
 	/* Manually leave the kernel version on the panel. */
-#ifdef __BIG_ENDIAN__
-	ppc_md.progress("Linux ppc64\n", 0);
-#else
-	ppc_md.progress("Linux ppc64le\n", 0);
-#endif
+	ppc_md.progress("SUSE Linux\n", 0);
 	ppc_md.progress(init_utsname()->version, 0);
 
 	return 0;
