Skip to content
Snippets Groups Projects
Commit 3f97af53 authored by Christian Gmeienr's avatar Christian Gmeienr Committed by Stefano Babic
Browse files

ot1200: add sata support


One of the possible boot devices can be sata.

Signed-off-by: default avatarChristian Gmeiner <christian.gmeiner@gmail.com>
parent 2e3a1f4d
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <malloc.h> #include <malloc.h>
#include <asm/arch/mx6-pins.h> #include <asm/arch/mx6-pins.h>
#include <asm/imx-common/iomux-v3.h> #include <asm/imx-common/iomux-v3.h>
#include <asm/imx-common/sata.h>
#include <asm/imx-common/mxc_i2c.h> #include <asm/imx-common/mxc_i2c.h>
#include <asm/imx-common/boot_mode.h> #include <asm/imx-common/boot_mode.h>
#include <asm/arch/crm_regs.h> #include <asm/arch/crm_regs.h>
...@@ -230,6 +231,10 @@ int board_init(void) ...@@ -230,6 +231,10 @@ int board_init(void)
/* enable ecspi3 clocks */ /* enable ecspi3 clocks */
enable_cspi_clock(1, 2); enable_cspi_clock(1, 2);
#ifdef CONFIG_CMD_SATA
setup_sata();
#endif
return 0; return 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment