]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/common/lcd.h
Consolidate bool type
[karo-tx-uboot.git] / board / esd / common / lcd.h
index 01f6019bb2d806d617af7177b4cb430528d816fc..5c48b5ad5a03d0e6519801746054d782b586ec0b 100644 (file)
 #define LOAD_LONG(data)   SWAP_LONG(data)
 #define LOAD_SHORT(data)  SWAP_SHORT(data)
 
-#ifndef FALSE
-#define FALSE 0
-#define TRUE (!FALSE)
-#endif
-
 #define S1D_WRITE_PALETTE(p,i,r,g,b)                                   \
        {                                                               \
                out_8(&((uchar*)(p))[palette_index], (uchar)(i));       \