diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2017-03-12 22:05:44 -0400 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2017-03-12 22:05:44 -0400 |
| commit | 6db80020b45ae22b19524b01f60d0653d70ac7ca (patch) | |
| tree | 924a9944abe38e094cdbc4b70d0489ed6bc162ce /bootloader/sansaview.c | |
| parent | 70c929179b80e0657e31558e34d2bc62e1176564 (diff) | |
| download | rockbox-6db80020b45ae22b19524b01f60d0653d70ac7ca.zip rockbox-6db80020b45ae22b19524b01f60d0653d70ac7ca.tar.gz rockbox-6db80020b45ae22b19524b01f60d0653d70ac7ca.tar.bz2 rockbox-6db80020b45ae22b19524b01f60d0653d70ac7ca.tar.xz | |
Do some housekeeping with fat.h and SECTOR_SIZE
Many includes of fat.h are pointless. Some includes are just for
SECTOR_SIZE. Add a file 'firmware/include/fs_defines.h' for that
and to define tuneable values that were scattered amongst various
headers.
Remove some local definitions of SECTOR_SIZE since they have to be
in agreement with the rest of the fs code anyway.
(We'll see what's in fact pointless in a moment ;)
Change-Id: I9ba183bf58bd87f5c45eba7bd675c7e2c1c18ed5
Diffstat (limited to 'bootloader/sansaview.c')
| -rw-r--r-- | bootloader/sansaview.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bootloader/sansaview.c b/bootloader/sansaview.c index 7ea4b59..31716d4 100644 --- a/bootloader/sansaview.c +++ b/bootloader/sansaview.c @@ -35,7 +35,6 @@ SANSA VIEW: TESTING CODE #include "lcd.h" #include "../kernel-internal.h" #include "storage.h" -#include "fat.h" #include "disk.h" #include "font.h" #include "backlight.h" |