| Submitter | Liu Gang |
|---|---|
| Date | March 8, 2013, 8:41 a.m. |
| Message ID | <1362732066-8056-4-git-send-email-Gang.Liu@freescale.com> |
| Download | mbox | patch |
| Permalink | /patch/226048/ |
| State | Superseded, archived |
| Delegated to: | Andy Fleming |
| Headers | show |
Comments
Patch
diff --git a/include/configs/B4860QDS.h b/include/configs/B4860QDS.h index b09119a..81cd584 100644 --- a/include/configs/B4860QDS.h +++ b/include/configs/B4860QDS.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 #endif #define CONFIG_FSL_LAW /* Use common FSL init code */
B4860QDS 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> --- include/configs/B4860QDS.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)