summaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-09-19 13:58:01 -0600
committerPatrick Georgi <pgeorgi@google.com>2016-09-21 09:36:11 +0200
commit8ea06512e69f5f5378316021e106732f6c89fbd2 (patch)
tree2386edbb157bf78b2c3acbbbaa62768246d3416f /src/drivers
parent2ab981b87eacd1e2baf29b514b220e5de61af681 (diff)
downloadcoreboot-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/drivers')
-rw-r--r--src/drivers/pc80/rtc/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/pc80/rtc/Makefile.inc b/src/drivers/pc80/rtc/Makefile.inc
index d3b3344938..7d8ed50589 100644
--- a/src/drivers/pc80/rtc/Makefile.inc
+++ b/src/drivers/pc80/rtc/Makefile.inc
@@ -8,7 +8,7 @@ ramstage-$(CONFIG_DRIVERS_MC146818) += mc146818rtc.c
cbfs-files-$(CONFIG_HAVE_CMOS_DEFAULT) += cmos.default
cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE):nvramtool
-cmos.default-type = 0xaa
+cmos.default-type = cmos_default
smm-$(CONFIG_DRIVERS_MC146818) += mc146818rtc.c