]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/logbuff.h
Prepare v2013.07-rc2
[karo-tx-uboot.git] / include / logbuff.h
index f117c66e37f69cd1d053e29c73f2192bb721c4d4..ae7908ca3d20ca34e83200b51560c19fd03fc69a 100644 (file)
@@ -31,8 +31,6 @@
 #define LOGBUFF_OVERHEAD (4096) /* Logbuffer overhead for extra info */
 #define LOGBUFF_RESERVE (LOGBUFF_LEN+LOGBUFF_OVERHEAD)
 
-#define LOGBUFF_INITIALIZED    (1<<31)
-
 /* The mapping used here has to be the same as in setup_ext_logbuff ()
    in linux/kernel/printk */