mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
OMAP3: Add SPL_BOARD_INIT hook
Add an SPL_BOARD_INIT hook and for OMAP3 have it turn on i2c. OMAP4 doesn't need i2c enabled in SPL. Enable SPL_BOARD_INIT on devkit8000. Cc: Frederik Kriewitz <frederik@kriewitz.eu> Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
@@ -94,6 +94,10 @@ void spl_nand_load_image(void);
|
||||
/* MMC SPL functions */
|
||||
void spl_mmc_load_image(void);
|
||||
|
||||
#ifdef CONFIG_SPL_BOARD_INIT
|
||||
void spl_board_init(void);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* silicon revisions.
|
||||
* Moving this to common, so that most of code can be moved to common,
|
||||
|
Reference in New Issue
Block a user