Re: [PATCH 1/7] bsps: Remove unused memcpy() implementations

2018-03-12 Thread Chris Johns
Thank you for these changes, I have one small question ... On 12/03/2018 21:25, Sebastian Huber wrote: > Update #3285. The patch makes sense once I looked up the ticket. Would it be possible to have in the body of the commit message: Reorganize BSP source directory Update #3285. ? If I have

[PATCH 1/7] bsps: Remove unused memcpy() implementations

2018-03-12 Thread Sebastian Huber
Update #3285. --- c/src/lib/libcpu/lm32/Makefile.am | 18 --- c/src/lib/libcpu/lm32/configure.ac | 35 - c/src/lib/libcpu/lm32/shared/misc/memcpy.c | 21 - c/src/lib/libcpu/nios2/Makefile.am | 18 ---