Dear all,
We run the Linux BSP on i.MX6DL_SABRE
Linux BSP: L3.14.28-1.0.0
Would you tell me how to change the THREAD_SIZE?
We changed it as follows
arch/arm/include/asm/thread_info.h
=====================================
#define THREAD_SIZE_ORDER 2
#define THREAD_SIZE 16384
#define THREAD_START_SP (THREAD_SIZE - 16)
=====================================
Furthermore, is there the point that should be changed?
Best Regards,
Yuuki