wdtps_v3_0 : Modifies .mdd for pss to psu change.

This patch modified peripheral name notation from
pss_wdt to psu_wdt. Also removes ps8_wdt notation.

Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This commit is contained in:
Venkata Naga Sai Krishna Kolapalli 2015-02-16 15:26:41 +05:30 committed by Nava kishore Manne
parent 96ecf92654
commit fa48f4e5d7

View file

@ -33,7 +33,7 @@ OPTION psf_version = 2.1;
BEGIN driver wdtps
OPTION supported_peripherals = (ps7_wdt ps8_wdt pss_wdt);
OPTION supported_peripherals = (ps7_wdt psu_wdt);
OPTION driver_state = ACTIVE;
OPTION copyfiles = all;
OPTION VERSION = 3.0;