summaryrefslogtreecommitdiff
path: root/util/spd_tools
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2020-08-27 22:49:37 -0600
committerAaron Durbin <adurbin@chromium.org>2020-08-28 05:01:31 +0000
commit0245f43bcd829e6352cb74206ab8ae30b8f3a21f (patch)
tree32e30fd671629acaf5c1cc6b25144b1063e22330 /util/spd_tools
parentba616438e9e81355eb447034fc3159c6db80a69b (diff)
downloadcoreboot-0245f43bcd829e6352cb74206ab8ae30b8f3a21f.tar.xz
Revert "util: update lp4x gen_part_id tool to include memory type"
This reverts commit eb7a1dd80e72ef435c71650284f355f7f57ebe72. MEMORY_TYPE = lines in Makefiles are not longer needed. Drop it. Change-Id: I96ac39a30555a870e7778a0e71d738407b6b89ef Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44895 Reviewed-by: Furquan Shaikh <furquan@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/spd_tools')
-rw-r--r--util/spd_tools/lp4x/gen_part_id.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/spd_tools/lp4x/gen_part_id.go b/util/spd_tools/lp4x/gen_part_id.go
index 6037981605..ad47aab521 100644
--- a/util/spd_tools/lp4x/gen_part_id.go
+++ b/util/spd_tools/lp4x/gen_part_id.go
@@ -174,7 +174,6 @@ func genMakefile(partIdList []partIds, makefileDirName string) error {
var s string
s += fmt.Sprintf("%s\n%s\n\n", generatedCodeLicense, autoGeneratedInfo)
- s += fmt.Sprintf("MEMORY_TYPE = lp4x\n\n")
s += fmt.Sprintf("SPD_SOURCES =\n")
for i := 0; i < len(partIdList); i++ {