summaryrefslogtreecommitdiffstats
path: root/include/configs/p1_p2_rdb_pc.h
diff options
context:
space:
mode:
authorJerry Huang <Chang-Ming.Huang@freescale.com>2012-03-11 16:15:04 +0000
committerAndy Fleming <afleming@freescale.com>2012-04-24 23:58:34 -0500
commitbefb7d9f3c3de6b237f1f30ea5f91b24aed4992a (patch)
treefa127b27ace48a9d8475080dadb10a3f2f5148d1 /include/configs/p1_p2_rdb_pc.h
parent5056c8e068e30c73d3653f0b2cabbae46174a165 (diff)
downloadtalos-obmc-uboot-befb7d9f3c3de6b237f1f30ea5f91b24aed4992a.tar.gz
talos-obmc-uboot-befb7d9f3c3de6b237f1f30ea5f91b24aed4992a.zip
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 <Chang-Ming.Huang@freescale.com> CC: Andy Fleming <afleming@gmail.com>
Diffstat (limited to 'include/configs/p1_p2_rdb_pc.h')
-rw-r--r--include/configs/p1_p2_rdb_pc.h2
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 a8db06f05d..9f2951d687 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
OpenPOWER on IntegriCloud