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:
Punnaiah Choudary Kalluri 2015-02-17 07:06:22 +05:30 committed by Nava kishore Manne
parent ba4e60c26d
commit 4bacff029a

View file

@ -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;