mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
x1000: spl: remove dual boot support code
Removes the SPL's dual boot support code, and removes the dual boot selection code on the M3K and Q1 since they can now do it from the main bootloader. Change-Id: Ie1b27e98c6ed4b3e37db86cfb485d6f3a6c5b25e
This commit is contained in:
parent
7cb49cfb33
commit
2810c549a6
4 changed files with 0 additions and 220 deletions
|
|
@ -58,10 +58,6 @@ extern int spl_storage_open(void);
|
|||
extern void spl_storage_close(void);
|
||||
extern int spl_storage_read(uint32_t addr, uint32_t length, void* buffer);
|
||||
|
||||
/* Helpers for dual-booting with the Ingenic Linux OF */
|
||||
extern void spl_dualboot_init_clocktree(void);
|
||||
extern void spl_dualboot_init_uart2(void);
|
||||
|
||||
/* Get the boot option selected by the user, eg. by a key press */
|
||||
extern int spl_get_boot_option(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue