From adeb8dd4782b176ba7cfc824e9ed90134460e91e Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 8 Sep 2009 14:19:14 +0000 Subject: [PATCH] Fix Version string for PP5022/PP5020. The bootloader for c200, mrobe100 and all h10 should be re-released since they don't actually have the 6.0 version string. git-svn-id: svn://svn.rockbox.org/rockbox/branches/bootloader_ams_pp@22661 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/show_logo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/show_logo.c b/bootloader/show_logo.c index c85ac671d9..02c30dd2bd 100644 --- a/bootloader/show_logo.c +++ b/bootloader/show_logo.c @@ -25,7 +25,7 @@ #include #include "bitmaps/rockboxlogo.h" -#if CONFIG_CPU == PP5024 || CONFIG_CPU == PP5024 || CONFIG_CPU == PP5024 +#if CONFIG_CPU == PP5024 || CONFIG_CPU == PP5022 || CONFIG_CPU == PP5020 #ifdef APPSVERSION #undef APPSVERSION #endif