diff options
author | Zheng Bao <fishbaozi@gmail.com> | 2023-01-25 23:00:26 +0800 |
---|---|---|
committer | Fred Reitberger <reitbergerfred@gmail.com> | 2023-02-11 12:58:51 +0000 |
commit | 21975e4a49ed8ee6d639808bae574b301fa3a389 (patch) | |
tree | 8abab277426218dbfb45ac442197a1012ebbafd8 /src/soc/amd/stoneyridge | |
parent | 010cc99896ae67b7267d21c08363fb4391cde421 (diff) |
soc/amd/*/Makefile.inc: remove command line soc-name
The function has already moved to fw.cfg.
4/5
of split changes of https://review.coreboot.org/c/coreboot/+/58552/28
Change-Id: Idf9e491ed46ae574ccd17f24925e3e5c595039fa
Signed-off-by: Zheng Bao <fishbaozi@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72467
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r-- | src/soc/amd/stoneyridge/Makefile.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/amd/stoneyridge/Makefile.inc b/src/soc/amd/stoneyridge/Makefile.inc index 17867ebbbf..4d427a3a77 100644 --- a/src/soc/amd/stoneyridge/Makefile.inc +++ b/src/soc/amd/stoneyridge/Makefile.inc @@ -124,12 +124,10 @@ endif ifeq ($(FIRMWARE_TYPE),ST) OPT_COMBOCAPABLE=--combo-capable -OPT_SOCNAME=--soc-name "Stoneyridge" endif ifeq ($(FIRMWARE_TYPE),CZ) OPT_COMBOCAPABLE=--combo-capable -OPT_SOCNAME=--soc-name "Carrizo" endif ifeq ($(CONFIG_USE_PSPSECUREOS),y) @@ -155,7 +153,6 @@ $(obj)/amdfw.rom: $(call strip_quotes, $(CONFIG_STONEYRIDGE_XHCI_FWM_FILE)) \ $(OPT_EFS_SPI_READ_MODE) \ $(OPT_EFS_SPI_SPEED) \ --config $(CONFIG_AMDFW_CONFIG_FILE) \ - $(OPT_SOCNAME) \ --flashsize $(CONFIG_ROM_SIZE) \ --location $(shell printf "0x%x" $(STONEYRIDGE_FWM_POSITION)) \ --output $@ |