diff options
| author | ramneek mehresh <[email protected]> | 2014-05-13 15:36:07 +0530 |
|---|---|---|
| committer | York Sun <[email protected]> | 2014-05-16 16:24:27 -0500 |
| commit | 80ba6a6f2ae347b84a607ec085c6f0acd1584aaa (patch) | |
| tree | d7bb4ff1fd7b0965ab3247db95e578530b8ce751 /include | |
| parent | 15231f6dd14b592e2bdef33f6aea1ca1d88fd1bf (diff) | |
mpc85xx/p1020:Define number of USB controllers used on P1020RDB-PD platform
P1020 SoC which has two USB controllers, but only first one is used
on this platform.
Signed-off-by: Ramneek Mehresh <[email protected]>
Reviewed-by: York Sun <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 56b638e23b6..185df775aa0 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -886,6 +886,10 @@ #endif #endif +#if defined(CONFIG_P1020RDB_PD) +#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 +#endif + #define CONFIG_MMC #ifdef CONFIG_MMC |
