X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Flogbuff.h;h=ae7908ca3d20ca34e83200b51560c19fd03fc69a;hb=ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2;hp=f117c66e37f69cd1d053e29c73f2192bb721c4d4;hpb=cfd60441d8360cb9ffa315ecf3a2aef9bc134905;p=oweals%2Fu-boot.git diff --git a/include/logbuff.h b/include/logbuff.h index f117c66e37..ae7908ca3d 100644 --- a/include/logbuff.h +++ b/include/logbuff.h @@ -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 */