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>
This commit is contained in:
Maxim Polyakov
2024-06-07 18:10:24 +03:00
committed by Felix Held
parent a022d88b6f
commit 81f4beba79

View File

@ -21,8 +21,7 @@ func generateOutputFile(parser *parser.ParserData) (err error) {
#include <gpio.h> #include <gpio.h>
/* Pad configuration was generated automatically using intelp2m utility */ /* 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 // Add the pads map
parser.PadMapFprint() parser.PadMapFprint()
config.OutputGenFile.WriteString(`}; config.OutputGenFile.WriteString(`};