diff options
author | Tom Rini <trini@konsulko.com> | 2015-06-11 21:18:52 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-11 21:18:52 -0400 |
commit | b9130d88fa9e251123e2282184e8c1f3ae428a8a (patch) | |
tree | 87368904cfad98a19ee097d8ce2c61e77ccdb9c0 /arch/sandbox/cpu/cpu.c | |
parent | 7bb7d672aa50ed92a10ee268d0fed39aaa97a7c8 (diff) | |
parent | 257bfd2e215ff02aacce23e14bf17b61524a723f (diff) |
Merge git://git.denx.de/u-boot-dm
Diffstat (limited to 'arch/sandbox/cpu/cpu.c')
-rw-r--r-- | arch/sandbox/cpu/cpu.c | 5 |
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 |