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:
Aidan MacDonald 2022-03-05 15:53:08 +00:00
parent 7cb49cfb33
commit 2810c549a6
4 changed files with 0 additions and 220 deletions

View file

@ -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);