powerpc/corenet_ds: Move CONFIG_SYS_TEXT_BASE into corenet_ds.h
[platform/kernel/u-boot.git] / include / logbuff.h
index f117c66..ae7908c 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 */