nandpsu_v1_0: Modified supported_peripherals list in mdd file.
Kept only psu_nand as supported_peripherals for Zynq UltraScale MP Generic NAND controller driver. Removed pss_nand and ps8_nand from supported_peripherals. Signed-off-by: Shakti Bhatnagar <shaktib@xilinx.com>
This commit is contained in:
parent
afeaf368c2
commit
fd4a99ddbf
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ OPTION psf_version = 2.1;
|
|||
|
||||
BEGIN driver nandpsu
|
||||
|
||||
OPTION supported_peripherals = (ps8_nand pss_nand psu_nand);
|
||||
OPTION supported_peripherals = (psu_nand);
|
||||
OPTION driver_state = ACTIVE;
|
||||
OPTION copyfiles = all;
|
||||
OPTION VERSION = 1.0;
|
||||
|
|
Loading…
Add table
Reference in a new issue