diff mbox

[U-Boot] powerpc/P5040DS: enable SATA support

Message ID 1415102010-29797-1-git-send-email-shh.xie@gmail.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

shaohui xie Nov. 4, 2014, 11:53 a.m. UTC
From: Shaohui Xie <Shaohui.Xie@freescale.com>

The define CONFIG_FSL_SATA_V2 is missing, so SATA is not available
in U-boot.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
---
 include/configs/P5040DS.h | 1 +
 1 file changed, 1 insertion(+)

Comments

York Sun Dec. 5, 2014, 4:22 p.m. UTC | #1
On 11/04/2014 03:53 AM, shh.xie@gmail.com wrote:
> From: Shaohui Xie <Shaohui.Xie@freescale.com>
> 
> The define CONFIG_FSL_SATA_V2 is missing, so SATA is not available
> in U-boot.
> 
> Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
> ---
Applied to u-boot-mpc85xx, awaiting upstream.

York
diff mbox

Patch

diff --git a/include/configs/P5040DS.h b/include/configs/P5040DS.h
index 371485f..e4a031a 100644
--- a/include/configs/P5040DS.h
+++ b/include/configs/P5040DS.h
@@ -17,6 +17,7 @@ 
 #define CONFIG_MMC
 #define CONFIG_NAND_FSL_ELBC
 #define CONFIG_PCIE3
+#define CONFIG_FSL_SATA_V2
 #define CONFIG_SYS_FSL_RAID_ENGINE
 
 #define CONFIG_ICS307_REFCLK_HZ		25000000  /* ICS307 ref clk freq */