forked from Imagelibrary/rtems
bsps: Remove imported Xilinx headers
This removes the headers imported from the embeddedsw repository in favor of a much thinner shim. This also removes the complicated build system configuration necessary to support use of these headers. The primary reason for removal is that certain external Xilinx libraries also require use of these headers and this causes version mismatches and header conflicts that can be avoided.
This commit is contained in:
committed by
Kinsey Moore
parent
79bed0f191
commit
1bba349478
@@ -35,10 +35,14 @@
|
||||
|
||||
/***************************** Include Files *********************************/
|
||||
#include <string.h> /**< For Xil_MemCpy and memset */
|
||||
#ifndef __rtems__
|
||||
#include "xil_types.h"
|
||||
#endif
|
||||
#include "xnandpsu.h"
|
||||
#include "xnandpsu_bbm.h"
|
||||
#ifndef __rtems__
|
||||
#include "xil_mem.h"
|
||||
#endif
|
||||
|
||||
/************************** Constant Definitions *****************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user