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 | |
| 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')
| -rw-r--r-- | bootloader/gigabeat.c | 1 | ||||
| -rw-r--r-- | bootloader/ipod.c | 1 | ||||
| -rw-r--r-- | bootloader/ipod6g.c | 1 | ||||
| -rw-r--r-- | bootloader/ipodnano2g.c | 1 | ||||
| -rw-r--r-- | bootloader/meizu_m3.c | 1 | ||||
| -rw-r--r-- | bootloader/meizu_m6sl.c | 1 | ||||
| -rw-r--r-- | bootloader/meizu_m6sp.c | 1 | ||||
| -rw-r--r-- | bootloader/mini2440.c | 1 | ||||
| -rw-r--r-- | bootloader/mrobe500.c | 1 | ||||
| -rw-r--r-- | bootloader/sansaview.c | 1 | ||||
| -rw-r--r-- | bootloader/telechips.c | 1 | ||||
| -rw-r--r-- | bootloader/tpj1022.c | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/bootloader/gigabeat.c b/bootloader/gigabeat.c index a79454b..005d336 100644 --- a/bootloader/gigabeat.c +++ b/bootloader/gigabeat.c @@ -29,7 +29,6 @@ #include "lcd.h" #include "../kernel-internal.h" #include "storage.h" -#include "fat.h" #include "file_internal.h" #include "disk.h" #include "font.h" diff --git a/bootloader/ipod.c b/bootloader/ipod.c index 8580886..8e5bd08 100644 --- a/bootloader/ipod.c +++ b/bootloader/ipod.c @@ -32,7 +32,6 @@ #include "lcd.h" #include "../kernel-internal.h" #include "ata.h" -#include "fat.h" #include "file_internal.h" #include "disk.h" #include "font.h" diff --git a/bootloader/ipod6g.c b/bootloader/ipod6g.c index 0ab9444..0d0a4c5 100644 --- a/bootloader/ipod6g.c +++ b/bootloader/ipod6g.c @@ -32,7 +32,6 @@ #include "../kernel-internal.h" #include "file_internal.h" #include "storage.h" -#include "fat.h" #include "disk.h" #include "font.h" #include "backlight.h" diff --git a/bootloader/ipodnano2g.c b/bootloader/ipodnano2g.c index d0a8e02..85bb2df 100644 --- a/bootloader/ipodnano2g.c +++ b/bootloader/ipodnano2g.c @@ -34,7 +34,6 @@ #include "../kernel-internal.h" #include "file_internal.h" #include "storage.h" -#include "fat.h" #include "disk.h" #include "font.h" #include "backlight.h" diff --git a/bootloader/meizu_m3.c b/bootloader/meizu_m3.c index cefb186..6130834 100644 --- a/bootloader/meizu_m3.c +++ b/bootloader/meizu_m3.c @@ -32,7 +32,6 @@ #include "lcd.h" #include "../kernel-internal.h" #include "storage.h" -#include "fat.h" #include "disk.h" #include "font.h" #include "backlight.h" diff --git a/bootloader/meizu_m6sl.c b/bootloader/meizu_m6sl.c index c230ec3..073c57c 100644 --- a/bootloader/meizu_m6sl.c +++ b/bootloader/meizu_m6sl.c @@ -30,7 +30,6 @@ #include "kernel.h" #include "thread.h" #include "storage.h" -#include "fat.h" #include "disk.h" #include "font.h" #include "adc.h" diff --git a/bootloader/meizu_m6sp.c b/bootloader/meizu_m6sp.c index c57fe91..0a6dc27 100644 --- a/bootloader/meizu_m6sp.c +++ b/bootloader/meizu_m6sp.c @@ -30,7 +30,6 @@ #include "kernel.h" #include "thread.h" #include "storage.h" -#include "fat.h" #include "disk.h" #include "font.h" #include "button.h" diff --git a/bootloader/mini2440.c b/bootloader/mini2440.c index 4088065..2bdd1a0 100644 --- a/bootloader/mini2440.c +++ b/bootloader/mini2440.c @@ -30,7 +30,6 @@ #include "../kernel-internal.h" #include "storage.h" #include "file_internal.h" -#include "fat.h" #include "disk.h" #include "font.h" #include "backlight.h" diff --git a/bootloader/mrobe500.c b/bootloader/mrobe500.c index 08ba6f2..e3d5905 100644 --- a/bootloader/mrobe500.c +++ b/bootloader/mrobe500.c @@ -27,7 +27,6 @@ #include "../kernel-internal.h" #include "storage.h" #include "file_internal.h" -#include "fat.h" #include "disk.h" #include "font.h" #include "adc.h" 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" diff --git a/bootloader/telechips.c b/bootloader/telechips.c index 879e72a..c69a6da 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -31,7 +31,6 @@ #include "../kernel-internal.h" #include "storage.h" #include "file_internal.h" -#include "fat.h" #include "disk.h" #include "font.h" #include "button.h" diff --git a/bootloader/tpj1022.c b/bootloader/tpj1022.c index 30adb6b..3590c78 100644 --- a/bootloader/tpj1022.c +++ b/bootloader/tpj1022.c @@ -32,7 +32,6 @@ #include "thread.h" #include "storage.h" #include "file_internal.h" -#include "fat.h" #include "disk.h" #include "font.h" #include "panic.h" |