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/mainboard/google/auron | |
parent | 2ab981b87eacd1e2baf29b514b220e5de61af681 (diff) | |
download | coreboot-8ea06512e69f5f5378316021e106732f6c89fbd2.tar.xz |
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/mainboard/google/auron')
-rw-r--r-- | src/mainboard/google/auron/spd/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/auron/spd/Makefile.inc b/src/mainboard/google/auron/spd/Makefile.inc index 1695871f2a..bf9ce1427f 100644 --- a/src/mainboard/google/auron/spd/Makefile.inc +++ b/src/mainboard/google/auron/spd/Makefile.inc @@ -39,4 +39,4 @@ $(SPD_BIN): $(SPD_DEPS) cbfs-files-y += spd.bin spd.bin-file := $(SPD_BIN) -spd.bin-type := 0xab +spd.bin-type := spd |