notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df27781
)
SVP: fix ARM breakage, re-add missing stuff
author
notaz
<notasas@gmail.com>
Thu, 15 Oct 2009 21:31:34 +0000
(21:31 +0000)
committer
notaz
<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
patch
|
blob
|
blame
|
history
diff --git
a/linux/gp2x.c
b/linux/gp2x.c
index
e1b8c97
..
4da98a5
100644
(file)
--- a/
linux/gp2x.c
+++ b/
linux/gp2x.c
@@
-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)