diff options
author | Liu Gang <Gang.Liu@freescale.com> | 2013-05-07 16:30:47 +0800 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-06-20 17:08:48 -0500 |
commit | 3a01799b35218137b9051929a74eb2a6d06c5d26 (patch) | |
tree | a6581263adfaa3679919608a1d33a06e6cbeb0b7 /include/configs/B4860QDS.h | |
parent | c8b281524bf98ee5a52db7da71bccdea002df3f5 (diff) | |
download | talos-obmc-uboot-3a01799b35218137b9051929a74eb2a6d06c5d26.tar.gz talos-obmc-uboot-3a01799b35218137b9051929a74eb2a6d06c5d26.zip |
powerpc/b4860qds: Enable master module for boot from SRIO and PCIE
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>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include/configs/B4860QDS.h')
-rw-r--r-- | include/configs/B4860QDS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/B4860QDS.h b/include/configs/B4860QDS.h index c15bbd856c..a94555af38 100644 --- a/include/configs/B4860QDS.h +++ b/include/configs/B4860QDS.h @@ -63,6 +63,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 */ |