summaryrefslogtreecommitdiffstats
path: root/utils/hwstub/stub/atj213x/target-config.h
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2014-09-23 13:30:17 +0200
committerMarcin Bukat <marcin.bukat@gmail.com>2014-11-05 08:18:59 +0100
commitd11704fed5fd218b2ed26182de877bc6e5b513a4 (patch)
tree0eceaf96f006e9047b698ea99bf452faa79884d3 /utils/hwstub/stub/atj213x/target-config.h
parent791be56cff14a7a41774ce80ce401384291985d9 (diff)
downloadrockbox-d11704fed5fd218b2ed26182de877bc6e5b513a4.tar.gz
rockbox-d11704fed5fd218b2ed26182de877bc6e5b513a4.zip
hwstub: Add atj213x supportbootloader_zenxfi3_v1
Change-Id: Ic32200f9ab2c6977e503307a9cbe43a1328d0341
Diffstat (limited to 'utils/hwstub/stub/atj213x/target-config.h')
-rw-r--r--utils/hwstub/stub/atj213x/target-config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/hwstub/stub/atj213x/target-config.h b/utils/hwstub/stub/atj213x/target-config.h
new file mode 100644
index 0000000000..081cccc581
--- /dev/null
+++ b/utils/hwstub/stub/atj213x/target-config.h
@@ -0,0 +1,12 @@
+#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