X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flogbuff.h;h=d06d208844264e7b29e22f5a5ebc7b088c9e37ac;hb=aa3b8bf9c30065bb2ea852799d32db5020598495;hp=d4157290538c1baf1433a5846469055712efd059;hpb=0459e7d3a0a273064b738aa2e06fd7dcd35eec58;p=u-boot diff --git a/include/logbuff.h b/include/logbuff.h index d415729053..d06d208844 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 */