mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-25 21:05:56 +02:00
Fixed order of includes in "cpu.cpp".
Using the wrong order caused the default value to be used for JZ_EXTAL. This is the wrong value for the Dingoo A320 and for the Ben NanoNote, but since none of the functions that use this value are called the actual result is nothing but a warning.
This commit is contained in:
parent
1d6ad03bff
commit
7a5d099ff8
@ -3,8 +3,8 @@
|
|||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include "jz4740.h"
|
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
|
#include "jz4740.h"
|
||||||
|
|
||||||
inline int sdram_convert(unsigned int pllin,unsigned int *sdram_freq)
|
inline int sdram_convert(unsigned int pllin,unsigned int *sdram_freq)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user