diff options
author | Reka Norman <rekanorman@google.com> | 2021-11-15 17:16:19 +1100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-11-17 00:35:36 +0000 |
commit | 86a9cdd589c71458629797e2cfc86ce1d4e82235 (patch) | |
tree | bc2f2841b7a67566c651da664fb5e188c2260461 /util/mainboard/google/trembyle | |
parent | 3fd39467b559e954f4c83b060a0f824d9adc20c9 (diff) |
util/mb/google: Change comments in memory Makefile.inc templates
Begin comments with # instead of ## to match the Makefile.inc generated
by spd_tools.
BUG=None
TEST=None
Signed-off-by: Reka Norman <rekanorman@google.com>
Change-Id: If2d716a7338fd5af8216b2bcd894fc88a9df137e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59297
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'util/mainboard/google/trembyle')
-rw-r--r-- | util/mainboard/google/trembyle/template/spd/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/mainboard/google/trembyle/template/spd/Makefile.inc b/util/mainboard/google/trembyle/template/spd/Makefile.inc index 6751a4283f..eace2e443e 100644 --- a/util/mainboard/google/trembyle/template/spd/Makefile.inc +++ b/util/mainboard/google/trembyle/template/spd/Makefile.inc @@ -1,5 +1,5 @@ -## SPDX-License-Identifier: GPL-2.0-or-later -## This is an auto-generated file. Do not edit!! -## Add memory parts in mem_parts_used.txt and run spd_tools to regenerate. +# SPDX-License-Identifier: GPL-2.0-or-later +# This is an auto-generated file. Do not edit!! +# Add memory parts in mem_parts_used.txt and run spd_tools to regenerate. SPD_SOURCES = placeholder |