summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJames Buren <braewoods+rb@braewoods.net>2020-11-15 17:26:54 +0000
committerWilliam Wilgus <me.theuser@yahoo.com>2020-11-16 11:57:18 +0000
commitc79ddb6bf44f7a83decb91056f4ab5788828eada (patch)
tree9025465d09a287b60dd975d50c324ca4a24a5da8 /firmware/export
parentdec5421ca2cb5ac9e77ce96507d0285a6b0fcfee (diff)
downloadrockbox-c79ddb6bf44f7a83decb91056f4ab5788828eada.tar.gz
rockbox-c79ddb6bf44f7a83decb91056f4ab5788828eada.zip
iriver_flash: update valid bootloaders table
This removes all the pre-release bootloader of version 7 and replaces them with production releases of version 8. The pre-releases have their own problems and should be left behind as they were never officially released. Change-Id: If96531ba63cf4401d04133bda94735fe94ae4de1
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/eeprom_settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/eeprom_settings.h b/firmware/export/eeprom_settings.h
index 00039fa154..92584e9c91 100644
--- a/firmware/export/eeprom_settings.h
+++ b/firmware/export/eeprom_settings.h
@@ -26,7 +26,7 @@
26#include "inttypes.h" 26#include "inttypes.h"
27 27
28#define EEPROM_SETTINGS_VERSION 0x24c01002 28#define EEPROM_SETTINGS_VERSION 0x24c01002
29#define EEPROM_SETTINGS_BL_MINVER 7 29#define EEPROM_SETTINGS_BL_MINVER 8
30 30
31enum boot_methods { 31enum boot_methods {
32 BOOT_DISK = 0, 32 BOOT_DISK = 0,