Re: [U-Boot] [PATCH 10/11] tools: Allow crc8 to be used

2016-11-11 Thread Simon Glass
On 8 November 2016 at 08:54, Olliver Schinagl wrote: > This patch enables crc8 to be used from within the tools directory using > u-boot/crc.h. > > Signed-off-by: Olliver Schinagl > Reviewed-by: Joe Hershberger > --- > include/u-boot/crc.h | 3 +++ > tools/Makefile | 1 + > 2 files change

[U-Boot] [PATCH 10/11] tools: Allow crc8 to be used

2016-11-08 Thread Olliver Schinagl
This patch enables crc8 to be used from within the tools directory using u-boot/crc.h. Signed-off-by: Olliver Schinagl Reviewed-by: Joe Hershberger --- include/u-boot/crc.h | 3 +++ tools/Makefile | 1 + 2 files changed, 4 insertions(+) diff --git a/include/u-boot/crc.h b/include/u-boot/