SVP: fix ARM breakage, re-add missing stuff
authornotaz <notasas@gmail.com>
Thu, 15 Oct 2009 21:31:34 +0000 (21:31 +0000)
committernotaz <notasas@gmail.com>
Thu, 15 Oct 2009 21:31:34 +0000 (21:31 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@818 be3aeb3a-fb24-0410-a615-afba39da0efa

linux/gp2x.c

index e1b8c97..4da98a5 100644 (file)
@@ -388,7 +388,9 @@ void plat_video_menu_end(void)
 
 void plat_validate_config(void)
 {
+       extern int PicoOpt;
 //     PicoOpt &= ~POPT_EXT_FM;
+       PicoOpt &= ~(1<<17); // POPT_EN_SVP_DRC
 }
 
 void plat_early_init(void)