diff options
author | Reka Norman <rekanorman@google.com> | 2021-09-17 15:11:19 +1000 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2021-09-23 06:51:57 +0000 |
commit | 42b06e6b5cfe33eff7896bb20790fcc15cfa9a5c (patch) | |
tree | d68cdbbe64688f918849166274dc6721832c7813 /src/mainboard | |
parent | afedc210ffdb4fc54f9276c0512c61202bd7bdcb (diff) |
mb/google/volteer: Remove unused mem_parts_used.txt from copano/collis
The copano and collis variants have both a mem_parts_used.txt and a
mem_list_variant.txt. The mem_parts_used.txt files are empty, so delete
them.
BUG=None
TEST=None
Signed-off-by: Reka Norman <rekanorman@google.com>
Change-Id: Ia98aad7238b0173b8d5c048d89637bc297d02283
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57775
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/volteer/variants/collis/memory/mem_parts_used.txt | 11 | ||||
-rw-r--r-- | src/mainboard/google/volteer/variants/copano/memory/mem_parts_used.txt | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/src/mainboard/google/volteer/variants/collis/memory/mem_parts_used.txt b/src/mainboard/google/volteer/variants/collis/memory/mem_parts_used.txt deleted file mode 100644 index e4258b530d..0000000000 --- a/src/mainboard/google/volteer/variants/collis/memory/mem_parts_used.txt +++ /dev/null @@ -1,11 +0,0 @@ -# This is a CSV file containing a list of memory parts used by this variant. -# One part per line with an optional fixed ID in column 2. -# Only include a fixed ID if it is required for legacy reasons! -# Generated IDs are dependent on the order of parts in this file, -# so new parts must always be added at the end of the file! -# -# Generate an updated Makefile.inc and dram_id.generated.txt by running the -# gen_part_id tool from util/spd_tools/{ddr4,lp4x}. -# See util/spd_tools/{ddr4,lp4x}/README.md for more details and instructions. - -# Part Name diff --git a/src/mainboard/google/volteer/variants/copano/memory/mem_parts_used.txt b/src/mainboard/google/volteer/variants/copano/memory/mem_parts_used.txt deleted file mode 100644 index e4258b530d..0000000000 --- a/src/mainboard/google/volteer/variants/copano/memory/mem_parts_used.txt +++ /dev/null @@ -1,11 +0,0 @@ -# This is a CSV file containing a list of memory parts used by this variant. -# One part per line with an optional fixed ID in column 2. -# Only include a fixed ID if it is required for legacy reasons! -# Generated IDs are dependent on the order of parts in this file, -# so new parts must always be added at the end of the file! -# -# Generate an updated Makefile.inc and dram_id.generated.txt by running the -# gen_part_id tool from util/spd_tools/{ddr4,lp4x}. -# See util/spd_tools/{ddr4,lp4x}/README.md for more details and instructions. - -# Part Name |