diff options
Diffstat (limited to 'include/fpga.h')
| -rw-r--r-- | include/fpga.h | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/include/fpga.h b/include/fpga.h index e0b1fe71a..30a4e6a2e 100644 --- a/include/fpga.h +++ b/include/fpga.h @@ -31,14 +31,6 @@  #define CONFIG_MAX_FPGA_DEVICES		5  #endif -/* these probably belong somewhere else */ -#ifndef FALSE -#define FALSE			(0) -#endif -#ifndef TRUE -#define TRUE			(!FALSE) -#endif -  /* CONFIG_FPGA bit assignments */  #define CONFIG_SYS_FPGA_MAN(x)		(x)  #define CONFIG_SYS_FPGA_DEV(x)		((x) << 8 ) |