mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-15 04:19:27 +01:00
board: rpi_b: include mmc header and fix prototype
While at it add fdt_support.h as well. cc: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
750121c350
commit
5dfd162eea
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@
|
|||
|
||||
#include <common.h>
|
||||
#include <config.h>
|
||||
#include <fdt_support.h>
|
||||
#include <lcd.h>
|
||||
#include <mmc.h>
|
||||
#include <asm/arch/mbox.h>
|
||||
#include <asm/arch/sdhci.h>
|
||||
#include <asm/global_data.h>
|
||||
|
|
@ -91,7 +93,7 @@ int board_init(void)
|
|||
return power_on_module(BCM2835_MBOX_POWER_DEVID_USB_HCD);
|
||||
}
|
||||
|
||||
int board_mmc_init(void)
|
||||
int board_mmc_init(bd_t *bis)
|
||||
{
|
||||
ALLOC_ALIGN_BUFFER(struct msg_get_clock_rate, msg_clk, 1, 16);
|
||||
int ret;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue