From: Jerry Huang Date: Sun, 11 Mar 2012 16:15:04 +0000 (+0000) Subject: PowerPC: correct the SATA for p1/p2 rdb-pc platform X-Git-Tag: v2012.07-rc1~149^2~1^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=befb7d9f3c3de6b237f1f30ea5f91b24aed4992a;p=platform%2Fkernel%2Fu-boot.git PowerPC: correct the SATA for p1/p2 rdb-pc platform For p1/p2 rdb-pc platform, use the PCIe-SATA Silicon Image SATA controller. Therefore, the SATA driver will use sata_sil, instead sata_sil3114. Signed-off-by: Jerry Huang CC: Andy Fleming --- diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index a8db06f..9f2951d 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -184,7 +184,7 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_CMD_SATA -#define CONFIG_SATA_SIL3114 +#define CONFIG_SATA_SIL #define CONFIG_SYS_SATA_MAX_DEVICE 2 #define CONFIG_LIBATA #define CONFIG_LBA48