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 --- .../target/mips/ingenic_x1000/fiiom3k/spl-target.h | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 firmware/target/mips/ingenic_x1000/fiiom3k/spl-target.h (limited to 'firmware/target/mips/ingenic_x1000/fiiom3k/spl-target.h') diff --git a/firmware/target/mips/ingenic_x1000/fiiom3k/spl-target.h b/firmware/target/mips/ingenic_x1000/fiiom3k/spl-target.h deleted file mode 100644 index ac90508f44..0000000000 --- a/firmware/target/mips/ingenic_x1000/fiiom3k/spl-target.h +++ /dev/null @@ -1,29 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id$ - * - * Copyright (C) 2021 Aidan MacDonald - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ - -#ifndef __SPL_TARGET_H__ -#define __SPL_TARGET_H__ - -#define SPL_DDR_MEMORYSIZE 64 -#define SPL_DDR_AUTOSR_EN 1 -#define SPL_DDR_NEED_BYPASS 1 - -#endif /* __SPL_TARGET_H__ */ -- cgit