diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2008-01-25 21:37:59 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2008-01-25 21:37:59 +0000 |
| commit | 59914786289033648db9bd5f4222978767e4d665 (patch) | |
| tree | c8fad961c9c20a8799d9821e3240099b9375323b /bootloader/telechips.c | |
| parent | b4f80fb93fe290d4498a9f1eecd2f15f0c19abf8 (diff) | |
| download | rockbox-59914786289033648db9bd5f4222978767e4d665.zip rockbox-59914786289033648db9bd5f4222978767e4d665.tar.gz rockbox-59914786289033648db9bd5f4222978767e4d665.tar.bz2 rockbox-59914786289033648db9bd5f4222978767e4d665.tar.xz | |
Read ID codes & raw page data from D2 NAND flash (work in progress;
no logical->physical address translation yet)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16167 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader/telechips.c')
| -rw-r--r-- | bootloader/telechips.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c index a51b677..f5669d0 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -68,6 +68,10 @@ void* main(void) _backlight_on(); +#if defined(COWON_D2) + ata_init(); +#endif + while(!do_power_off) { line = 0; printf("Hello World!"); |