diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-09-10 10:44:13 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-03 08:52:15 -0500 |
commit | 6b3a8d0086e469c58956041e4d534b2107f5beed (patch) | |
tree | 934a23bc104cb26627e718c31e0820ad3fb514d5 /include/configs/P5020DS.h | |
parent | c6d339016064d014f36072898a26a333c7b61719 (diff) | |
download | u-boot-imx-6b3a8d0086e469c58956041e4d534b2107f5beed.zip u-boot-imx-6b3a8d0086e469c58956041e4d534b2107f5beed.tar.gz u-boot-imx-6b3a8d0086e469c58956041e4d534b2107f5beed.tar.bz2 |
powerpc/85xx: Add support for setting up RAID engine liodns on P5020
Add support for Job Queue/Ring LIODN for the RAID Engine on P5020. Each
Job Queue/Ring combo needs one id assigned for a total of 4 (2 JQs/2
Rings per JQ). This just handles RAID Engine in non-DPAA mode.
Signed-off-by: Santosh Shukla <santosh.shukla@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/P5020DS.h')
-rw-r--r-- | include/configs/P5020DS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/P5020DS.h b/include/configs/P5020DS.h index 4d990be..618d1a4 100644 --- a/include/configs/P5020DS.h +++ b/include/configs/P5020DS.h @@ -35,6 +35,7 @@ #define CONFIG_FSL_SATA_V2 #define CONFIG_PCIE3 #define CONFIG_PCIE4 +#define CONFIG_SYS_FSL_RAID_ENGINE #define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ |