build system: Treat cmos.default as text file
It's a more easily maintainable format than a 128 byte binary blob Change-Id: Ic9b9f53cd025b5f89a21971930fabf6592f95d67 Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/1867 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
parent
8ff97b2973
commit
7f934f5ee0
|
@ -10,7 +10,7 @@ romstage-$(CONFIG_USE_OPTION_TABLE) += mc146818rtc_early.c
|
|||
subdirs-y += vga
|
||||
|
||||
cbfs-files-$(CONFIG_HAVE_CMOS_DEFAULT) += cmos.default
|
||||
cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE)
|
||||
cmos.default-file = $(CONFIG_CMOS_DEFAULT_FILE):nvramtool
|
||||
cmos.default-type = 0xaa
|
||||
|
||||
smm-y += mc146818rtc.c
|
||||
|
|
Loading…
Reference in New Issue