mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-28 17:02:50 +01:00
mmc: bcm2835_sdhci: add missing include
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
This commit is contained in:
parent
1e96220a56
commit
74321944e6
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
#include <malloc.h>
|
||||
#include <sdhci.h>
|
||||
#include <asm/arch/timer.h>
|
||||
#include <asm/arch-bcm2835/sdhci.h>
|
||||
|
||||
/* 400KHz is max freq for card ID etc. Use that as min */
|
||||
#define MIN_FREQ 400000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue