libpayload: Add support for handling fmaps
They will become more common soon, so better support them now. Change-Id: I2b16e1bb7707fe8410365877524ff359aeefc161 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10868 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
committed by
Patrick Georgi
parent
1daee069cd
commit
89f73dccdb
@@ -38,6 +38,7 @@ libc-$(CONFIG_LP_LIBC) += qsort.c
|
||||
libc-$(CONFIG_LP_LIBC) += hexdump.c
|
||||
libc-$(CONFIG_LP_LIBC) += die.c
|
||||
libc-$(CONFIG_LP_LIBC) += coreboot.c
|
||||
libc-$(CONFIG_LP_LIBC) += fmap.c
|
||||
|
||||
ifeq ($(CONFIG_LP_ARCH_MIPS),y)
|
||||
libc-$(CONFIG_LP_LIBC) += 64bit_div.c
|
||||
|
Reference in New Issue
Block a user