diff mbox

[U-Boot,5/6,v2] powerpc/t4qds: Enable master module for Boot from SRIO and PCIE

Message ID 1367915450-17784-5-git-send-email-Gang.Liu@freescale.com
State Accepted
Delegated to: Andy Fleming
Headers show

Commit Message

Liu Gang May 7, 2013, 8:30 a.m. UTC
T4 can support the feature of Boot from SRIO/PCIE, and the macro
"CONFIG_SRIO_PCIE_BOOT_MASTER" will enable the master module of this feature
when building the u-boot image.

You can get some description about this macro in README file, and for more
information about the feature of Boot from SRIO/PCIE, please refer to the
document doc/README.srio-pcie-boot-corenet.

Signed-off-by: Liu Gang <Gang.Liu@freescale.com>
---
changes for v2:
 - No

 include/configs/t4qds.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Andy Fleming June 21, 2013, 8:45 p.m. UTC | #1
On Tue, May 07, 2013 at 04:30:49PM +0800, Liu Gang wrote:
> T4 can support the feature of Boot from SRIO/PCIE, and the macro
> "CONFIG_SRIO_PCIE_BOOT_MASTER" will enable the master module of this feature
> when building the u-boot image.
> 
> You can get some description about this macro in README file, and for more
> information about the feature of Boot from SRIO/PCIE, please refer to the
> document doc/README.srio-pcie-boot-corenet.
> 
> Signed-off-by: Liu Gang <Gang.Liu@freescale.com>

Applied, thanks!

Andy
diff mbox

Patch

diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h
index 2c665b8..a0c96f2 100644
--- a/include/configs/t4qds.h
+++ b/include/configs/t4qds.h
@@ -64,6 +64,7 @@ 
 #define CONFIG_SYS_SRIO
 #define CONFIG_SRIO1			/* SRIO port 1 */
 #define CONFIG_SRIO2			/* SRIO port 2 */
+#define CONFIG_SRIO_PCIE_BOOT_MASTER
 
 #define CONFIG_FSL_LAW			/* Use common FSL init code */