Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/83003?usp=email )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: util/intelp2m: Remove blank line after '{' ......................................................................
util/intelp2m: Remove blank line after '{'
The generator inserts into the gpio.h an unnecessary blank line in front of the list of macros in the table. Let's remove this from the template to make the code cleaner. These changes have no effect on the configuration of macros.
Change-Id: I1141ca630cb6d9a46be5bce2b434762ef8e6fdd0 Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/83003 Reviewed-by: Elyes Haouas ehaouas@noos.fr Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/intelp2m/main.go 1 file changed, 1 insertion(+), 2 deletions(-)
Approvals: Elyes Haouas: Looks good to me, approved build bot (Jenkins): Verified
diff --git a/util/intelp2m/main.go b/util/intelp2m/main.go index 4f66a0a..38a3b5fc 100644 --- a/util/intelp2m/main.go +++ b/util/intelp2m/main.go @@ -21,8 +21,7 @@ #include <gpio.h>
/* Pad configuration was generated automatically using intelp2m utility */ -static const struct pad_config gpio_table[] = { -`) +static const struct pad_config gpio_table[] = {`) // Add the pads map parser.PadMapFprint() config.OutputGenFile.WriteString(`};