From 7663f4f74504226b444a65e04bdca6ba3ddab483 Mon Sep 17 00:00:00 2001 From: Krishna Chaitanya Patakamuri Date: Mon, 4 Aug 2014 16:41:41 +0530 Subject: [PATCH] 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 Acked-by: Srikanth Vemula --- lib/sw_apps/zynq_fsbl/src/nand.h | 3 +-- lib/sw_apps/zynq_fsbl/src/nor.h | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/sw_apps/zynq_fsbl/src/nand.h b/lib/sw_apps/zynq_fsbl/src/nand.h index 5dbe62d6..c0ba948c 100644 --- a/lib/sw_apps/zynq_fsbl/src/nand.h +++ b/lib/sw_apps/zynq_fsbl/src/nand.h @@ -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 * * * @note @@ -59,8 +60,6 @@ extern "C" { /***************************** Include Files *********************************/ -#include "smc.h" - #ifdef XPAR_PS7_NAND_0_BASEADDR #include "xnandps.h" diff --git a/lib/sw_apps/zynq_fsbl/src/nor.h b/lib/sw_apps/zynq_fsbl/src/nor.h index f474eebb..8bc78a7d 100644 --- a/lib/sw_apps/zynq_fsbl/src/nor.h +++ b/lib/sw_apps/zynq_fsbl/src/nor.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 * * * @@ -58,9 +59,6 @@ extern "C" { /***************************** Include Files *********************************/ - -#include "smc.h" - /************************** Constant Definitions *****************************/ #define XPS_NOR_BASEADDR XPS_PARPORT0_BASEADDR