Date:2010-06-19 03:32:24 (13 years 9 months ago)
Author:Maarten ter Huurne
Commit:7a5d099ff8c40af521455bb2556a4d62bd5c687c
Message: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.
Files: src/cpu.cpp (1 diff)

Change Details

src/cpu.cpp
33#include <sys/mman.h>
44#include <unistd.h>
55#include <fcntl.h>
6#include "jz4740.h"
76#include "cpu.h"
7#include "jz4740.h"
88
99inline int sdram_convert(unsigned int pllin,unsigned int *sdram_freq)
1010{

Archive Download the corresponding diff file



interactive