]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/fpga.h
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / include / fpga.h
index e0b1fe71a83a24340b6f913825ed63c42a2b27ca..30a4e6a2e8540558d87ed60d22183763a34b2795 100644 (file)
 #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 )