mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
ipod6g: Fix config
- NOR flash size is 1MB, not 10MB - BOOTFILE_EXT2 is not used, the Rockbox binary is always unencrypted on iPod 6G. This looks like a leftover from ipodnano2g config Change-Id: Iea76c1e87f27e25b3d59924ef02e22d91448e39d
This commit is contained in:
parent
46a4361bf1
commit
f4bbddb044
1 changed files with 1 additions and 4 deletions
|
@ -178,7 +178,7 @@
|
|||
#define HAVE_USB_CHARGING_ENABLE
|
||||
|
||||
/* The size of the flash ROM */
|
||||
#define FLASH_SIZE 0x1000000
|
||||
#define FLASH_SIZE 0x100000
|
||||
|
||||
/* Define this to the CPU frequency */
|
||||
#define CPU_FREQ 216000000
|
||||
|
@ -212,9 +212,6 @@
|
|||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||
#define BOOTDIR "/.rockbox"
|
||||
|
||||
/* Alternative bootfile extension - this is for encrypted images */
|
||||
#define BOOTFILE_EXT2 "ipodx"
|
||||
|
||||
/* Define this for FM radio input available */
|
||||
#define HAVE_FMRADIO_IN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue