[U-Boot] [PATCH 13/24] sandbox: Add an implementation for cleanup_before_linux_select()
Simon Glass
sjg at chromium.org
Mon May 4 19:31:06 CEST 2015
Support this function so we can use Chrome OS verified boot with sandbox.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/sandbox/cpu/cpu.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/sandbox/cpu/cpu.c b/arch/sandbox/cpu/cpu.c
index 168f2ef..4646f07 100644
--- a/arch/sandbox/cpu/cpu.c
+++ b/arch/sandbox/cpu/cpu.c
@@ -55,6 +55,11 @@ int cleanup_before_linux(void)
return 0;
}
+int cleanup_before_linux_select(int flags)
+{
+ return 0;
+}
+
void *map_physmem(phys_addr_t paddr, unsigned long len, unsigned long flags)
{
#ifdef CONFIG_PCI
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list