From 3f26fcf34001197ed267fa1ad549095aae49c88e Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Tue, 11 May 2021 13:28:43 +0100 Subject: FiiO M3K: New bootloader SPL and UCL-compressed bootloader are now packed into one output, bootloader.m3k, eliminating the separate SPL build phase. The Rockbox bootloader now has a recovery menu, accessible by holding VOL+ when booting, that lets you back up, restore, and update the bootloader from the device. Change-Id: I642c6e5fb83587a013ab2fbfd1adab439561ced2 --- firmware/target/mips/ingenic_x1000/boot.lds | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'firmware/target/mips/ingenic_x1000/boot.lds') diff --git a/firmware/target/mips/ingenic_x1000/boot.lds b/firmware/target/mips/ingenic_x1000/boot.lds index 81468a95fc..c274d69aab 100644 --- a/firmware/target/mips/ingenic_x1000/boot.lds +++ b/firmware/target/mips/ingenic_x1000/boot.lds @@ -1,5 +1 @@ -#ifdef BOOTLOADER_SPL -# include "spl.lds" -#else -# include "app.lds" -#endif +#include "app.lds" -- cgit v1.2.3