From 8bed5a5cfc3317217f4b4ddad8044cbdd13d5a20 Mon Sep 17 00:00:00 2001 From: Christoph Niedermaier Date: Mon, 5 Nov 2018 09:48:35 +0100 Subject: Docs/EDID: Calculate CRC while building the code The previous version made it necessary to first generate an EDID data set without correct CRC and then to fix the CRC in a second step. This patch adds the CRC calculation to the makefile in such a way that a correct EDID data set is generated in a single build step. Successfully tested with all existing and a couple of new data sets. Signed-off-by: Christoph Niedermaier Reviewed-by: Carsten Emde Signed-off-by: Jonathan Corbet --- Documentation/EDID/1600x1200.S | 1 - 1 file changed, 1 deletion(-) (limited to 'Documentation/EDID/1600x1200.S') diff --git a/Documentation/EDID/1600x1200.S b/Documentation/EDID/1600x1200.S index 5eeb751ebe1b..0d091b282768 100644 --- a/Documentation/EDID/1600x1200.S +++ b/Documentation/EDID/1600x1200.S @@ -39,6 +39,5 @@ /* No ESTABLISHED_TIMINGx_BITS */ #define HSYNC_POL 1 #define VSYNC_POL 1 -#define CRC 0x9d #include "edid.S" -- cgit