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

2012-03-09 Thread Tabi Timur-B04825
On Fri, Mar 9, 2012 at 1:54 AM, 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. You

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

2012-03-09 Thread Chang-Ming.Huang
From: Jerry Huang 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 --- include/configs/p1_p2_rdb_pc.h |2 +- 1 files changed, 1 insertions(+), 1 dele