aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/Makefile.inc')
-rw-r--r--src/soc/amd/common/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/amd/common/Makefile.inc b/src/soc/amd/common/Makefile.inc
index 78ab4ff9bb..2259d01ee5 100644
--- a/src/soc/amd/common/Makefile.inc
+++ b/src/soc/amd/common/Makefile.inc
@@ -53,7 +53,8 @@ amdfw_offset=$(call int-subtract, \
add_bootblock = \
$(CBFSTOOL) $(1) add -f $(2) -n apu/amdfw -t amdfw \
- -b $(amdfw_offset) -r $(call regions-for-file,apu/amdfw)
+ -b $(amdfw_offset) -r $(call regions-for-file,apu/amdfw) \
+ $(CBFSTOOL_ADD_CMD_OPTIONS)
endif # ifeq ($(CONFIG_RESET_VECTOR_IN_RAM),y)