rocker: CPU is actually running at 1008MHz, not 532.
Change-Id: If5204574cb604d1ea82f0863d300468bedcf541d
This commit is contained in:
parent
7719010ed7
commit
43980bb877
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
#define HAVE_SW_POWEROFF
|
||||
|
||||
/* Define this to the CPU frequency */
|
||||
#define CPU_FREQ 532000000
|
||||
#define CPU_FREQ 1008000000
|
||||
|
||||
/* No special storage */
|
||||
#define CONFIG_STORAGE (STORAGE_HOSTFS)//|STORAGE_SD)
|
||||
|
|
Loading…
Reference in a new issue