uartps : Modifies .mdd for pss to psu change.
This patch modified peripheral name notation from pss_uart to psu_uart. Also removes ps8_uart notation. Signed-off-by: Venkata Naga Sai Krishna Kolapalli <venkatan@xilinx.com>
This commit is contained in:
parent
c261b4fe63
commit
6924df341c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ OPTION psf_version = 2.1;
|
|||
|
||||
BEGIN driver uartps
|
||||
|
||||
OPTION supported_peripherals = (ps7_uart);
|
||||
OPTION supported_peripherals = (ps7_uart psu_uart);
|
||||
OPTION driver_state = ACTIVE;
|
||||
OPTION copyfiles = all;
|
||||
OPTION NAME = uartps;
|
||||
|
|
Loading…
Add table
Reference in a new issue