From 6924df341c1c4a2a48d7f928e95af4b3943a3f52 Mon Sep 17 00:00:00 2001 From: Venkata Naga Sai Krishna Kolapalli Date: Mon, 16 Feb 2015 14:18:23 +0530 Subject: [PATCH] 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 --- XilinxProcessorIPLib/drivers/uartps/data/uartps.mdd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XilinxProcessorIPLib/drivers/uartps/data/uartps.mdd b/XilinxProcessorIPLib/drivers/uartps/data/uartps.mdd index 75a325fb..dba0d23c 100755 --- a/XilinxProcessorIPLib/drivers/uartps/data/uartps.mdd +++ b/XilinxProcessorIPLib/drivers/uartps/data/uartps.mdd @@ -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;