rockbox/utils/hwstub/stub/atj213x/target-config.h
Marcin Bukat d11704fed5 hwstub: Add atj213x support
Change-Id: Ic32200f9ab2c6977e503307a9cbe43a1328d0341
2014-11-05 08:18:59 +01:00

12 lines
323 B
C

#define CONFIG_ATJ213X
#define IRAM_ORIG 0x94040000 /* KSEG1 cached unmapped */
#define IRAM_SIZE 0x18000
#define DRAM_ORIG 0x80000000 /* KSEG1 cached unmapped */
#define DRAM_SIZE 0x800000
#define CPU_MIPS
/* something provides define
* #define mips 1
* which breaks paths badly
*/
#undef mips