From b7ed1634b8d1a8e613d277a18748314dd54ed89d Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 21 Feb 2025 01:39:18 +0100 Subject: [PATCH] doc: Remove reference to coreboot dev guidelines The guidelines are fully specified on flashrom.org, no need to reference them. Change-Id: If5fbcf1f4dc00dd1a9c48e9fad6c99d646954bfb Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/c/flashrom/+/86547 Tested-by: build bot (Jenkins) Reviewed-by: Anastasia Klimchuk Reviewed-by: Andy Ebrahiem --- doc/dev_guide/development_guide.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/dev_guide/development_guide.rst b/doc/dev_guide/development_guide.rst index e063192d0..85ad29c8a 100644 --- a/doc/dev_guide/development_guide.rst +++ b/doc/dev_guide/development_guide.rst @@ -142,12 +142,6 @@ The notable exception is line length limit. Our guidelines are: * Tables are the only exception to the hard limit and may be as long as needed for practical purposes. -Our guidelines borrow heavily from `coreboot coding style -`_ and `coreboot Gerrit -guidelines `_, -and most of them apply to flashrom as well. The really important part is about -the :ref:`sign-off procedure `. - We try to **reuse as much code as possible** and create new files only if absolutely needed, so if you find a function somewhere in the tree which already does what you want, please use it.