From: Shaohui Xie Date: Tue, 4 Nov 2014 11:53:30 +0000 (+0800) Subject: powerpc/P5040DS: enable SATA support X-Git-Tag: v2015.01-rc3~1^2~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1ccd94fb9704ac0cd9b9b09a304957a3efabcc54;p=u-boot powerpc/P5040DS: enable SATA support The define CONFIG_FSL_SATA_V2 is missing, so SATA is not available in U-boot. Signed-off-by: Shaohui Xie Reviewed-by: York Sun --- diff --git a/include/configs/P5040DS.h b/include/configs/P5040DS.h index 371485fec0..e4a031aefa 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 */