summaryrefslogtreecommitdiff
path: root/bootloader/tpj1022.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2017-03-12 22:05:44 -0400
committerMichael Sevakis <jethead71@rockbox.org>2017-03-12 22:05:44 -0400
commit6db80020b45ae22b19524b01f60d0653d70ac7ca (patch)
tree924a9944abe38e094cdbc4b70d0489ed6bc162ce /bootloader/tpj1022.c
parent70c929179b80e0657e31558e34d2bc62e1176564 (diff)
downloadrockbox-6db80020b45ae22b19524b01f60d0653d70ac7ca.tar.gz
rockbox-6db80020b45ae22b19524b01f60d0653d70ac7ca.zip
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/tpj1022.c')
-rw-r--r--bootloader/tpj1022.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bootloader/tpj1022.c b/bootloader/tpj1022.c
index 30adb6ba4e..3590c7882d 100644
--- a/bootloader/tpj1022.c
+++ b/bootloader/tpj1022.c
@@ -32,7 +32,6 @@
32#include "thread.h" 32#include "thread.h"
33#include "storage.h" 33#include "storage.h"
34#include "file_internal.h" 34#include "file_internal.h"
35#include "fat.h"
36#include "disk.h" 35#include "disk.h"
37#include "font.h" 36#include "font.h"
38#include "panic.h" 37#include "panic.h"