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/nand-x1000-err.h | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 firmware/target/mips/ingenic_x1000/nand-x1000-err.h (limited to 'firmware/target/mips/ingenic_x1000/nand-x1000-err.h') diff --git a/firmware/target/mips/ingenic_x1000/nand-x1000-err.h b/firmware/target/mips/ingenic_x1000/nand-x1000-err.h deleted file mode 100644 index 869fe73ac9..0000000000 --- a/firmware/target/mips/ingenic_x1000/nand-x1000-err.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef __NAND_X1000_ERR_H__ -#define __NAND_X1000_ERR_H__ - -/* Error codes which can be returned by the nand-x1000 API. These codes are - * also used by host-side tools, so we define them here to avoid polluting - * the namespace with useless X1000 APIs. */ -#define NANDERR_CHIP_UNSUPPORTED (-1) -#define NANDERR_WRITE_PROTECTED (-2) -#define NANDERR_UNALIGNED_ADDRESS (-3) -#define NANDERR_UNALIGNED_LENGTH (-4) -#define NANDERR_READ_FAILED (-5) -#define NANDERR_ECC_FAILED (-6) -#define NANDERR_ERASE_FAILED (-7) -#define NANDERR_PROGRAM_FAILED (-8) -#define NANDERR_COMMAND_FAILED (-9) -#define NANDERR_OTHER (-99) - -/* TEMPORARY -- compatibility hack for jztool's sake. - * This will go away once the new bootloader gets merged */ -#define NAND_SUCCESS 0 -#define NAND_ERR_UNKNOWN_CHIP NANDERR_CHIP_UNSUPPORTED -#define NAND_ERR_UNALIGNED NANDERR_UNALIGNED_ADDRESS -#define NAND_ERR_WRITE_PROTECT NANDERR_WRITE_PROTECTED -#define NAND_ERR_CONTROLLER NANDERR_OTHER -#define NAND_ERR_COMMAND NANDERR_COMMAND_FAILED - -#endif /* __NAND_X1000_ERR_H__ */ -- cgit v1.2.3