summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/cpu
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-05-13 07:02:26 -0600
committerSimon Glass <sjg@chromium.org>2015-06-10 19:26:54 -0600
commit29748515fd7ba49fe027b39eb184b84f2890631e (patch)
tree041fa5a942d1491ca2b406aaa6b1b8b5f204bccf /arch/sandbox/cpu
parent4d24a11ee6aeba68fe4a8c94ed37019b773af2f3 (diff)
downloadtalos-obmc-uboot-29748515fd7ba49fe027b39eb184b84f2890631e.tar.gz
talos-obmc-uboot-29748515fd7ba49fe027b39eb184b84f2890631e.zip
sandbox: Add an implementation for cleanup_before_linux_select()
Support this function so we can use Chrome OS verified boot with sandbox. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox/cpu')
-rw-r--r--arch/sandbox/cpu/cpu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sandbox/cpu/cpu.c b/arch/sandbox/cpu/cpu.c
index 02c4cd366d..e6ddb17a14 100644
--- a/arch/sandbox/cpu/cpu.c
+++ b/arch/sandbox/cpu/cpu.c
@@ -52,6 +52,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
OpenPOWER on IntegriCloud