forked from len0rd/rockbox
Fix misspelled STORAGE_WANTS_ALIGN in s5l8700/system-target.h. Also add PROC_NEEDS_CACHEALIGN.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26985 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
43fa52aaca
commit
27af11af5e
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
#define CPUFREQ_NORMAL 47923200
|
||||
#define CPUFREQ_MAX 191692800
|
||||
|
||||
#define WANTS_STORAGE_ALIGN
|
||||
#define PROC_NEEDS_CACHEALIGN
|
||||
#define STORAGE_WANTS_ALIGN
|
||||
|
||||
#define inl(a) (*(volatile unsigned long *) (a))
|
||||
#define outl(a,b) (*(volatile unsigned long *) (b) = (a))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue