mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
ppc4xx: Add a comment for 405EX PCIe endpoint configuration
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
03d344bb6a
commit
94276eb0a7
@ -431,6 +431,12 @@ int __ppc4xx_init_pcie_port_hw(int port, int rootport)
|
|||||||
{
|
{
|
||||||
u32 val;
|
u32 val;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* test-only:
|
||||||
|
* This needs some testing and perhaps changes for
|
||||||
|
* endpoint configuration. Probably no PHY reset at all, etc.
|
||||||
|
* sr, 2007-10-03
|
||||||
|
*/
|
||||||
if (rootport)
|
if (rootport)
|
||||||
val = 0x00401000;
|
val = 0x00401000;
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user