mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Rockchip rk27xx port initial commit. This is still work in progress.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29935 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8a5a2b82fd
commit
976a1699da
31 changed files with 3910 additions and 7 deletions
|
@ -77,3 +77,6 @@
|
|||
#if CONFIG_CPU == IMX233
|
||||
#include "imx233.h"
|
||||
#endif
|
||||
#if CONFIG_CPU == RK27XX
|
||||
#include "rk27xx.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue