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:
parent
4a0709ace1
commit
96ecf92654
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue