diff options
Diffstat (limited to 'utils/hwstub/stub/pp/target-config.h')
-rw-r--r-- | utils/hwstub/stub/pp/target-config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/utils/hwstub/stub/pp/target-config.h b/utils/hwstub/stub/pp/target-config.h index 0774137277..0cd7c0ccc7 100644 --- a/utils/hwstub/stub/pp/target-config.h +++ b/utils/hwstub/stub/pp/target-config.h @@ -1,9 +1,7 @@ #define CONFIG_PP #define IRAM_ORIG 0x40000000 -#define IRAM_SIZE 0x20000 -#define DRAM_ORIG 0x10f00000 -#define DRAM_SIZE (MEMORYSIZE * 0x100000) +#define IRAM_SIZE 0xc000 #define CPU_ARM -#define ARM_ARCH 5 +#define ARM_ARCH 4 #define USB_BASE 0xc5000000 #define USB_NUM_ENDPOINTS 2
\ No newline at end of file |