[U-Boot] [PATCH] PowerPC: enable the SATA for p1/p2 rdb-pc platform

From: Jerry Huang Chang-Ming.Huang@freescale.com
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 Chang-Ming.Huang@freescale.com CC: Andy Fleming afleming@gmail.com --- include/configs/p1_p2_rdb_pc.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 8e8fa16..3d0e3c6 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

On Fri, Mar 9, 2012 at 1:54 AM, Chang-Ming.Huang@freescale.com wrote:
-#define CONFIG_SATA_SIL3114 +#define CONFIG_SATA_SIL
This is not "enabling" SATA. This is choosing the correct driver. You can only use the word "enable" if the feature was intentionally disabled before, e.g. because the driver did not exist yet.
Your patch description is fine. The subject line, however, is wrong.
participants (2)
-
Chang-Ming.Huang@freescale.com
-
Tabi Timur-B04825