mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
MX6: fix sata compilation for i.MX6
Commit 164d984661
breaks
board with SATA support, because sata is not compiled.
Signed-off-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
parent
ebaf6b26bc
commit
f5514e47c4
2 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,7 @@ ifeq ($(SOC),$(filter $(SOC),mx6 mxs))
|
|||
obj-y += misc.o
|
||||
endif
|
||||
ifeq ($(SOC),$(filter $(SOC),mx6))
|
||||
objs-$(CONFIG_CMD_SATA) += sata.o
|
||||
obj-$(CONFIG_CMD_SATA) += sata.o
|
||||
endif
|
||||
obj-$(CONFIG_CMD_BMODE) += cmd_bmode.o
|
||||
obj-$(CONFIG_CMD_HDMIDETECT) += cmd_hdmidet.o
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <asm/imx-common/iomux-v3.h>
|
||||
#include <asm/arch/iomux.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/arch/clock.h>
|
||||
|
||||
int setup_sata(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue