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:
Vencislav Atanasov 2024-11-23 10:02:13 +02:00 committed by Solomon Peachy
parent 46a4361bf1
commit f4bbddb044

View file

@ -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