BSP: included xil_types.h in xil_mmu.h
This patch fixes issue of "unknown type name u32" for xil_mmu.h file by including xil_types.h in xil_mmu.h Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com> Acked-by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
dee9a0a9ec
commit
7cf85a2151
2 changed files with 7 additions and 1 deletions
|
@ -186,5 +186,7 @@
|
|||
* in tool chain to avoid conflicts into some special cases
|
||||
* 4.2 pkp 07/21/14 Corrected reset value of event counter in function
|
||||
* Xpm_ResetEventCounters in src/cortexa9/xpm_counter.c to fix CR#796275
|
||||
*
|
||||
* 4.2 pkp 07/21/14 Included xil_types.h file in xil_mmu.h which had contained a function
|
||||
* containing type def u32 defined in xil_types.g to resolve issue of
|
||||
* CR#805869
|
||||
*****************************************************************************************/
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
* Ver Who Date Changes
|
||||
* ----- ---- -------- ---------------------------------------------------
|
||||
* 1.00a sdm 01/12/12 Initial version
|
||||
* 4.2 pkp 07/21/14 Included xil_types.h file which contains definition for
|
||||
* u32 which resolves issue of CR#805869
|
||||
* </pre>
|
||||
*
|
||||
* @note
|
||||
|
@ -58,6 +60,8 @@ extern "C" {
|
|||
|
||||
/***************************** Include Files *********************************/
|
||||
|
||||
#include "xil_types.h"
|
||||
|
||||
/***************** Macros (Inline Functions) Definitions *********************/
|
||||
|
||||
/**************************** Type Definitions *******************************/
|
||||
|
|
Loading…
Add table
Reference in a new issue