1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-02 17:52:54 +03: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:
Maarten ter Huurne 2010-06-19 03:32:24 +02:00
parent 1d6ad03bff
commit 7a5d099ff8

View File

@ -3,8 +3,8 @@
#include <sys/mman.h>
#include <unistd.h>
#include <fcntl.h>
#include "jz4740.h"
#include "cpu.h"
#include "jz4740.h"
inline int sdram_convert(unsigned int pllin,unsigned int *sdram_freq)
{