diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2009-05-22 10:44:09 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2009-05-22 10:44:09 +0000 |
commit | 1a4f330a35c71b5358f2591ddb27035522004dee (patch) | |
tree | 67d37a0781a02e583b92574bbc89610a76a04011 /firmware | |
parent | 9ed51a029d85078b792fad56dcceccee4a4a3ae4 (diff) |
Sansa AMS : remove misleading comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21030 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/as3525.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h index 326a7610bb..21bf2bdc48 100644 --- a/firmware/export/as3525.h +++ b/firmware/export/as3525.h @@ -41,7 +41,7 @@ /* AS352X MMU Page Table Entries */ /* to be implemented */ -#define TTB_SIZE 0x0 /* Mimics OF */ +#define TTB_SIZE 0x0 #define TTB_BASE_ADDR (DRAM_ORIG + DRAM_SIZE - TTB_SIZE) |