Rename iPod 6G bootloader from ipod6g.c to ipod-s5l87xx.c

This is part of the preparation to introduce support for iPod Nano 3G and iPod Nano 4G.

Change-Id: I0f07f26a00a0b880507418d712a386377bc71c06
This commit is contained in:
Vencislav Atanasov 2024-11-21 21:50:03 +02:00 committed by Solomon Peachy
parent 98259cd55c
commit 6691214e51
3 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ snprintf.c
#if defined(IPOD_NANO2G) #if defined(IPOD_NANO2G)
ipodnano2g.c ipodnano2g.c
#elif defined(IPOD_6G) #elif defined(IPOD_6G)
ipod6g.c ipod-s5l87xx.c
#elif defined(IPOD_ARCH) #elif defined(IPOD_ARCH)
ipod.c ipod.c
#elif defined(GIGABEAT_F) #elif defined(GIGABEAT_F)

View file

@ -51,7 +51,7 @@
* - dualboot-uninstaller: uninstall RB bootloader from NOR, leaving it at * - dualboot-uninstaller: uninstall RB bootloader from NOR, leaving it at
* it's previous (pristine) state. * it's previous (pristine) state.
* *
* See bootloader/ipod6g.c for notes on how the RB bootloader works. * See bootloader/ipod-s5l87xx.c for notes on how the RB bootloader works.
* *
* *
* Pristine NOR Rockboxed NOR * Pristine NOR Rockboxed NOR