From 3e531b0ba96590ab3e86ee3b5c9fa8a2e91b6849 Mon Sep 17 00:00:00 2001 From: Liu Gang Date: Tue, 7 May 2013 16:30:49 +0800 Subject: [PATCH] powerpc/t4qds: Enable master module for Boot from SRIO and PCIE 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 Signed-off-by: Andy Fleming --- include/configs/t4qds.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index aa90249f0f..398ccb0411 100644 --- a/include/configs/t4qds.h +++ b/include/configs/t4qds.h @@ -65,6 +65,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 */