summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/config.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-01-24 15:22:27 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2017-01-24 15:22:27 +0100
commitcc2389b7a61784c229b42da4abbc238a42e5173d (patch)
tree0aa51262daad31017d8ec19124f05638469b5270 /utils/hwstub/stub/config.h
parentd7c71a3fe80150ecc1196e34b55d1fdd1323057a (diff)
downloadrockbox-cc2389b7a61784c229b42da4abbc238a42e5173d.tar.gz
rockbox-cc2389b7a61784c229b42da4abbc238a42e5173d.zip
hwstub: add jz4760b stub
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
Diffstat (limited to 'utils/hwstub/stub/config.h')
-rw-r--r--utils/hwstub/stub/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/hwstub/stub/config.h b/utils/hwstub/stub/config.h
index 3cd2deeeb3..f9308ef22d 100644
--- a/utils/hwstub/stub/config.h
+++ b/utils/hwstub/stub/config.h
@@ -23,7 +23,9 @@
23 23
24#include "target-config.h" 24#include "target-config.h"
25 25
26#ifndef STACK_SIZE
26#define STACK_SIZE 0x1000 27#define STACK_SIZE 0x1000
28#endif
27#define MAX_LOGF_SIZE 128 29#define MAX_LOGF_SIZE 128
28 30
29#if defined(CPU_ARM) && defined(__ASSEMBLER__) 31#if defined(CPU_ARM) && defined(__ASSEMBLER__)