diff options
author | Liu Gang <Gang.Liu@freescale.com> | 2013-05-07 16:30:49 +0800 |
---|---|---|
committer | Andy Fleming <afleming@freescale.com> | 2013-06-20 17:08:48 -0500 |
commit | 3e531b0ba96590ab3e86ee3b5c9fa8a2e91b6849 (patch) | |
tree | 2f49524edcb1649cb81172e77a89b8f3db6695a0 | |
parent | 5870fe44b2a871c5e70c9facd6692b7c14d1842b (diff) | |
download | u-boot-imx-3e531b0ba96590ab3e86ee3b5c9fa8a2e91b6849.zip u-boot-imx-3e531b0ba96590ab3e86ee3b5c9fa8a2e91b6849.tar.gz u-boot-imx-3e531b0ba96590ab3e86ee3b5c9fa8a2e91b6849.tar.bz2 |
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 <Gang.Liu@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
-rw-r--r-- | include/configs/t4qds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index aa90249..398ccb0 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 */ |