From 0245f43bcd829e6352cb74206ab8ae30b8f3a21f Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Thu, 27 Aug 2020 22:49:37 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44895 Reviewed-by: Furquan Shaikh Tested-by: build bot (Jenkins) --- util/spd_tools/lp4x/gen_part_id.go | 1 - 1 file changed, 1 deletion(-) 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++ { -- cgit v1.2.3