cpu_cortexa53_v1_0 : Modifies .mdd for pss to psu change.

This patch modified peripheral name notation from
pss_cortexa53 to psu_cortexa53. Also removes ps8_cortexa53
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:44 +05:30 committed by Nava kishore Manne
parent 4a0709ace1
commit 96ecf92654

View file

@ -35,7 +35,7 @@ BEGIN driver cpu_cortexa53
OPTION copyfiles = all;
OPTION driver_state = ACTIVE;
OPTION supported_peripherals = (ps8_cortexa53 pss_cortexa53);
OPTION supported_peripherals = (psu_cortexa53);
OPTION default_os = "standalone_v5_0";
OPTION VERSION = 1.0;
OPTION NAME = cpu_cortexa53;