scugic : Modifies .mdd for pss to psu change.
This patch modified peripheral name notation from pss_scugic to psu_scugic, pss_acpu_gic to psu_acpu_gic, pss_rcpu_gic to psu_rcpu_gic. Also removes ps8_scugic notation. Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This commit is contained in:
parent
ccccb0f946
commit
023ff95ef6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ OPTION psf_version = 2.1;
|
|||
|
||||
BEGIN driver scugic
|
||||
|
||||
OPTION supported_peripherals = (ps7_scugic ps8_scugic pss_scugic pss_acpu_gic pss_rcpu_gic);
|
||||
OPTION supported_peripherals = (ps7_scugic psu_scugic psu_acpu_gic psu_rcpu_gic);
|
||||
OPTION driver_state = ACTIVE;
|
||||
OPTION copyfiles = all;
|
||||
OPTION NAME = scugic;
|
||||
|
|
Loading…
Add table
Reference in a new issue