diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/P2041RDB.h | 1 | ||||
| -rw-r--r-- | include/configs/P3041DS.h | 1 | ||||
| -rw-r--r-- | include/configs/P5020DS.h | 1 | 
3 files changed, 3 insertions, 0 deletions
| diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 91c250f05..337e8df27 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -66,6 +66,7 @@  #define CONFIG_SYS_SRIO  #define CONFIG_SRIO1			/* SRIO port 1 */  #define CONFIG_SRIO2			/* SRIO port 2 */ +#define CONFIG_SYS_DPAA_RMAN		/* RMan */  #define CONFIG_FSL_LAW			/* Use common FSL init code */ diff --git a/include/configs/P3041DS.h b/include/configs/P3041DS.h index e4d1fe599..57d5de5b1 100644 --- a/include/configs/P3041DS.h +++ b/include/configs/P3041DS.h @@ -35,6 +35,7 @@  #define CONFIG_FSL_SATA_V2  #define CONFIG_PCIE3  #define CONFIG_PCIE4 +#define CONFIG_SYS_DPAA_RMAN  #define CONFIG_ICS307_REFCLK_HZ		25000000  /* ICS307 ref clk freq */ diff --git a/include/configs/P5020DS.h b/include/configs/P5020DS.h index 618d1a40f..a9cee2372 100644 --- a/include/configs/P5020DS.h +++ b/include/configs/P5020DS.h @@ -36,6 +36,7 @@  #define CONFIG_PCIE3  #define CONFIG_PCIE4  #define CONFIG_SYS_FSL_RAID_ENGINE +#define CONFIG_SYS_DPAA_RMAN  #define CONFIG_ICS307_REFCLK_HZ		25000000  /* ICS307 ref clk freq */ |