diff options
Diffstat (limited to 'firmware/export/config/gigabeats.h')
-rw-r--r-- | firmware/export/config/gigabeats.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/gigabeats.h b/firmware/export/config/gigabeats.h index 11fc02be3d..6657134f9d 100644 --- a/firmware/export/config/gigabeats.h +++ b/firmware/export/config/gigabeats.h @@ -16,6 +16,9 @@ /* define this if you use an ATA controller */ #define CONFIG_STORAGE STORAGE_ATA +/* For the Gigabeat S, we mount the second partition */ +#define CONFIG_DEFAULT_PARTNUM 1 + /*define this if the ATA controller and method of USB access support LBA48 */ #define HAVE_LBA48 |