forked from len0rd/rockbox
The stub is quite versatile: it can be loaded using bootrom or another other means (like factory boot on Fiio X1). It relocates itself to TCSM0 and provides basic functionality (it does not recover from failed read/writes at the moment). Change-Id: Ib646a4b43fba9358d6f93f0f73a5c2e9bcd775a7
11 lines
228 B
C
11 lines
228 B
C
#define CONFIG_JZ4760B
|
|
#define TCSM0_ORIG 0xf4000000
|
|
#define TCSM0_SIZE 0x4000
|
|
#define CPU_MIPS
|
|
#define STACK_SIZE 0x300
|
|
|
|
/* something provides define
|
|
* #define mips 1
|
|
* which breaks paths badly
|
|
*/
|
|
#undef mips
|