mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Sansav2 Bootloader
Adds read-only SD driver, largely copied from ata-sd-pp.c Only tested on the embedded SD, on the Clip First steps to build a Normal firmware git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19045 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
308f21dc68
commit
aef27e1f0c
9 changed files with 661 additions and 179 deletions
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include "system-arm.h"
|
||||
|
||||
#define CPUFREQ_MAX 250000000
|
||||
#define CPUFREQ_MAX 250000000
|
||||
#define CPUFREQ_DEFAULT 250000000
|
||||
#define CPUFREQ_NORMAL 250000000
|
||||
|
||||
#endif /* SYSTEM_TARGET_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue