mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 23:51:33 +00:00
omap3: board: add missing include and proto
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
ee3fad8769
commit
bf8550287d
3 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
#include <common.h>
|
||||
#include <mmc.h>
|
||||
#include <spl.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/sys_proto.h>
|
||||
|
|
|
@ -16,6 +16,8 @@
|
|||
#include <asm/io.h>
|
||||
#include <asm/arch/mem.h> /* get mem tables */
|
||||
#include <asm/arch/sys_proto.h>
|
||||
#include <asm/bootm.h>
|
||||
|
||||
#include <i2c.h>
|
||||
#include <linux/compiler.h>
|
||||
|
||||
|
|
|
@ -64,6 +64,7 @@ void try_unlock_memory(void);
|
|||
u32 get_boot_type(void);
|
||||
void invalidate_dcache(u32);
|
||||
u32 wait_on_value(u32, u32, void *, u32);
|
||||
void cancel_out(u32 *num, u32 *den, u32 den_limit);
|
||||
void sdelay(unsigned long);
|
||||
void make_cs1_contiguous(void);
|
||||
void omap_nand_switch_ecc(uint32_t, uint32_t);
|
||||
|
|
Loading…
Reference in a new issue