projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5056c8e
)
PowerPC: correct the SATA for p1/p2 rdb-pc platform
author
Jerry Huang
<Chang-Ming.Huang@freescale.com>
Sun, 11 Mar 2012 16:15:04 +0000
(16:15 +0000)
committer
Andy Fleming
<afleming@freescale.com>
Wed, 25 Apr 2012 04:58:34 +0000
(23:58 -0500)
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
patch
|
blob
|
history
diff --git
a/include/configs/p1_p2_rdb_pc.h
b/include/configs/p1_p2_rdb_pc.h
index a8db06f05db54c3a6b0a2eb11244b3f2444a060f..9f2951d687983d3331ab0ad5035be05e6cf4c4a1 100644
(file)
--- 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_SIL
3114
+#define CONFIG_SATA_SIL
#define CONFIG_SYS_SATA_MAX_DEVICE 2
#define CONFIG_LIBATA
#define CONFIG_LBA48