From: Shaohui Xie Date: Fri, 8 Nov 2013 02:46:44 +0000 (+0800) Subject: powerpc/p4080: enable support for PCIe SATA X-Git-Tag: v2014.01-rc2~57^2~14 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=70672a29597c4ca4734f2d94bf1df7227b9c7604 powerpc/p4080: enable support for PCIe SATA Signed-off-by: Shaohui Xie Acked-by: York Sun --- diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index b0cd7d5c21..2f8900834d 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -17,6 +17,12 @@ #define CONFIG_MMC #define CONFIG_PCIE3 +#define CONFIG_CMD_SATA +#define CONFIG_SATA_SIL +#define CONFIG_SYS_SATA_MAX_DEVICE 2 +#define CONFIG_LIBATA +#define CONFIG_LBA48 + #define CONFIG_SYS_SRIO #define CONFIG_SRIO1 /* SRIO port 1 */ #define CONFIG_SRIO2 /* SRIO port 2 */