diff options
author | Martin Roth <martinroth@google.com> | 2016-09-19 13:58:01 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-09-21 09:36:11 +0200 |
commit | 8ea06512e69f5f5378316021e106732f6c89fbd2 (patch) | |
tree | 2386edbb157bf78b2c3acbbbaa62768246d3416f /src/soc | |
parent | 2ab981b87eacd1e2baf29b514b220e5de61af681 (diff) |
Makefiles: update cbfs types from bare numbers to values
These values are found in util/cbfstool/cbfs.h.
Change-Id: Iea4807b272c0309ac3283e5a3f5e135da6c5eb66
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/16646
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/nvidia/tegra210/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra210/Makefile.inc b/src/soc/nvidia/tegra210/Makefile.inc index 84d59d7721..756d4137e6 100644 --- a/src/soc/nvidia/tegra210/Makefile.inc +++ b/src/soc/nvidia/tegra210/Makefile.inc @@ -161,6 +161,6 @@ MTC_FILE = $(MTC_DIR)/$(CONFIG_MTC_FILE) MTC_FILE_CBFS = $(CONFIG_MTC_FILE) cbfs-files-$(CONFIG_HAVE_MTC) += $(MTC_FILE_CBFS) $(MTC_FILE_CBFS)-file := $(MTC_FILE) -$(MTC_FILE_CBFS)-type := 0x50 +$(MTC_FILE_CBFS)-type := raw endif |