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