mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
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
This commit is contained in:
parent
84e5d193fb
commit
3a68848099
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue