libpayload arm64: Add selfboot.c required by depthcharge
BUG=None BRANCH=None TEST=Compiles successfully Original-Change-Id: I2569cadf2d34f7211892f100ba715486d824b921 Original-Signed-off-by: Furquan Shaikh <furquan@google.com> Original-Reviewed-on: https://chromium-review.googlesource.com/204611 Original-Reviewed-by: Hung-Te Lin <hungte@chromium.org> Original-Tested-by: Furquan Shaikh <furquan@chromium.org> (cherry picked from commit dd9e06e41da043a48b469a011c010a10a1a3b25a) Signed-off-by: Marc Jones <marc.jones@se-eng.com> Change-Id: I37fbc8cfea0870e7167ffa47dd63fc548e18c82e Reviewed-on: http://review.coreboot.org/8124 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Marc Jones
parent
33434730ea
commit
284138b7ce
@@ -37,6 +37,7 @@ libc-y += virtual.c
|
||||
libc-y += memcpy.S memset.S memmove.S
|
||||
libc-y += exception_asm.S exception.c
|
||||
libc-y += cache.c cpu.S
|
||||
libc-y += selfboot.c
|
||||
libcbfs-$(CONFIG_LP_CBFS) += dummy_media.c
|
||||
|
||||
# Add other classes here when you put assembly files into them!
|
||||
|
Reference in New Issue
Block a user