summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/jz4760b
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hwstub/stub/jz4760b')
-rw-r--r--utils/hwstub/stub/jz4760b/target-config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/hwstub/stub/jz4760b/target-config.h b/utils/hwstub/stub/jz4760b/target-config.h
index fa018c14dc..681e17e6f6 100644
--- a/utils/hwstub/stub/jz4760b/target-config.h
+++ b/utils/hwstub/stub/jz4760b/target-config.h
@@ -3,6 +3,12 @@
3#define TCSM0_SIZE 0x4000 3#define TCSM0_SIZE 0x4000
4#define CPU_MIPS 4#define CPU_MIPS
5#define STACK_SIZE 0x300 5#define STACK_SIZE 0x300
6#define DCACHE_SIZE 0x4000 /* 16 kB */
7#define DCACHE_LINE_SIZE 0x20 /* 32 B */
8#define ICACHE_SIZE 0x4000 /* 16 kB */
9#define ICACHE_LINE_SIZE 0x20 /* 32 B */
10/* we need to flush caches before executing */
11#define CONFIG_FLUSH_CACHES
6 12
7/* something provides define 13/* something provides define
8 * #define mips 1 14 * #define mips 1