From f4bbddb044cc0c55434d1f4dec22f340f1d295b3 Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Sat, 23 Nov 2024 10:02:13 +0200 Subject: [PATCH] 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 --- firmware/export/config/ipod6g.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 9858ddcdfc..b1ca0c2da9 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -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