From cc2389b7a61784c229b42da4abbc238a42e5173d Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 24 Jan 2017 15:22:27 +0100 Subject: 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 --- utils/hwstub/stub/config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/hwstub/stub/config.h') 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 @@ #include "target-config.h" +#ifndef STACK_SIZE #define STACK_SIZE 0x1000 +#endif #define MAX_LOGF_SIZE 128 #if defined(CPU_ARM) && defined(__ASSEMBLER__) -- cgit v1.2.3