]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
mkimage: Sort the option processing code by option
[u-boot] / include / common.h
index 7bed0cc0d120e5f31a51cc5af41d9195cc818621..1563d649f01cd869c35fef7f2c2a160f42ee969c 100644 (file)
@@ -146,9 +146,6 @@ void __assert_fail(const char *assertion, const char *file, unsigned line,
 #define BUG_ON(condition) do { if (unlikely((condition)!=0)) BUG(); } while(0)
 #endif /* BUG */
 
-/* Force a compilation error if condition is true */
-#define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
-
 typedef void (interrupt_handler_t)(void *);
 
 #include <asm/u-boot.h> /* boot information for Linux kernel */