sw_apps:zynq_fsbl: Removed smc.h
Removed unused smc.h from nand.h and nor.h header files. Signed-off-by: Krishna Chaitanya Patakamuri <kpataka@xilinx.com> Acked-by: Srikanth Vemula <svemula@xilinx.com>
This commit is contained in:
parent
3048fdcdfb
commit
ba1f755cf4
2 changed files with 2 additions and 5 deletions
|
@ -43,6 +43,7 @@
|
|||
* ----- ---- -------- -------------------------------------------------------
|
||||
* 1.00a ecm 01/10/10 Initial release
|
||||
* 2.00a mb 30/05/12 added the flag XPAR_PS7_NAND_0_BASEADDR
|
||||
* 10.00a kc 08/04/14 Fix for CR#809336 - Removed smc.h
|
||||
* </pre>
|
||||
*
|
||||
* @note
|
||||
|
@ -59,8 +60,6 @@ extern "C" {
|
|||
/***************************** Include Files *********************************/
|
||||
|
||||
|
||||
#include "smc.h"
|
||||
|
||||
#ifdef XPAR_PS7_NAND_0_BASEADDR
|
||||
|
||||
#include "xnandps.h"
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
* Ver Who Date Changes
|
||||
* ----- ---- -------- -------------------------------------------------------
|
||||
* 1.00a ecm 01/10/10 Initial release
|
||||
* 10.00a kc 08/04/14 Fix for CR#809336 - Removed smc.h
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -58,9 +59,6 @@ extern "C" {
|
|||
|
||||
/***************************** Include Files *********************************/
|
||||
|
||||
|
||||
#include "smc.h"
|
||||
|
||||
/************************** Constant Definitions *****************************/
|
||||
|
||||
#define XPS_NOR_BASEADDR XPS_PARPORT0_BASEADDR
|
||||
|
|
Loading…
Add table
Reference in a new issue