erosqnative: Rename bootloader entries for stock firmware / recovery
rockbox-gerrit-noreply--- via rockbox-cvs <[email protected]>
| Newsgroups | gmane.comp.systems.archos.rockbox.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 3a688480994c6264aa7ec771e812c090fb18b85d Author: Solomon Peachy <[email protected]> Date: Sat Jan 31 17:11:28 2026 -0500 erosqnative: Rename bootloader entries for stock firmware / recovery "Aigo Player" => "Hiby Player" "Aigo Recovery" => "HibyOS Recovery" All four (so far) brandings of the "erosq/k" family utilize the same HibyOS+HibyPlayer platform. This platform is additionally shared by nearly all X1000-based devices. ...So let's call it what it is. Change-Id: I986ed202ad0ca13b0650be87cf5b612c9648e571 diff --git a/bootloader/x1000/x1000bootloader.h b/bootloader/x1000/x1000bootloader.h index 0b5b02969d..44e56cda80 100644 --- a/bootloader/x1000/x1000bootloader.h +++ b/bootloader/x1000/x1000bootloader.h @@ -100,14 +100,14 @@ struct uimage_header; # define BL_QUIT_NAME "POWER" # define BL_SCREENSHOT_NAME "MENU" # define BOOTBACKUP_FILE "/erosqnative-boot.bin" -# define OF_PLAYER_NAME "Aigo Player" +# define OF_PLAYER_NAME "Hiby Player" # define OF_PLAYER_ADDR 0x300000 # define OF_PLAYER_LENGTH (6 * 1024 * 1024) # define OF_PLAYER_ARGS OF_RECOVERY_ARGS \ " init=/linuxrc ubi.mtd=4 root=ubi0:rootfs ubi.mtd=5 rootfstype=ubifs \ sn_no=00000000000000000000000000000000 bt_mac=xxxxxxxxxxxx wifi_mac=xxxxxxxxxxxx rw" # define OF_PLAYER_BTN BUTTON_PLAY -# define OF_RECOVERY_NAME "Aigo Recovery" +# define OF_RECOVERY_NAME "HibyOS Recovery" # define OF_RECOVERY_ADDR 0x900000 # define OF_RECOVERY_LENGTH (7 * 1024 * 1024) # define OF_RECOVERY_ARGS \ -- rockbox-cvs mailing list [email protected] https://lists.haxx.se/mailman/listinfo/rockbox-cvs