mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
spl_sata.c: Add <scsi.h>
We need <scsi.h> for scsi_scan(). Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
fc078895d8
commit
fc89b2e479
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#include <spl.h>
|
||||
#include <asm/u-boot.h>
|
||||
#include <sata.h>
|
||||
#include <scsi.h>
|
||||
#include <fat.h>
|
||||
#include <version.h>
|
||||
#include <image.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue