emacps: Use only psu_ prefix for ZynqMP peripheral name
Modifed the .mdd file to use psu_ prefix for zynqMP and removed pss_ and ps8_ variants. Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
This commit is contained in:
parent
ba4e60c26d
commit
4bacff029a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ OPTION psf_version = 2.1;
|
|||
|
||||
BEGIN driver emacps
|
||||
|
||||
OPTION supported_peripherals = (ps7_ethernet ps8_ethernet pss_ethernet);
|
||||
OPTION supported_peripherals = (ps7_ethernet psu_ethernet);
|
||||
OPTION driver_state = ACTIVE;
|
||||
OPTION copyfiles = all;
|
||||
OPTION VERSION = 3.0;
|
||||
|
|
Loading…
Add table
Reference in a new issue