]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/delta/nand.c
Consolidate MAX/MIN definitions
[karo-tx-uboot.git] / board / delta / nand.c
index 14382f5a8546ad8acfb8134636051ebfea708c4b..aff7c54fc2460975910815b8518f7d103357d5f2 100644 (file)
@@ -46,8 +46,6 @@
 # define DFC_DEBUG3(fmt, args...)
 #endif
 
-#define MIN(x, y)              ((x < y) ? x : y)
-
 /* These really don't belong here, as they are specific to the NAND Model */
 static uint8_t scan_ff_pattern[] = { 0xff, 0xff };