drivers: ttcps: change in mdd file
This patch changes mdd file for selecting proper peripherals Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com>
This commit is contained in:
parent
d4ebc8c091
commit
7b4272f1aa
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ OPTION psf_version = 2.1;
|
|||
|
||||
BEGIN driver ttcps
|
||||
|
||||
OPTION supported_peripherals = (ps7_ttc, ps8_ttc, pss_ttc);
|
||||
OPTION supported_peripherals = (ps7_ttc ps8_ttc pss_ttc);
|
||||
OPTION driver_state = ACTIVE;
|
||||
OPTION copyfiles = all;
|
||||
OPTION VERSION = 3.0;
|
||||
|
|
Loading…
Add table
Reference in a new issue