[U-Boot] [PATCH 03/13] Move debug and logging support to a separate header
Bin Meng
bmeng.cn at gmail.com
Sun Sep 17 12:52:33 UTC 2017
On Sun, Sep 17, 2017 at 5:23 AM, Simon Glass <sjg at chromium.org> wrote:
> Before adding new features, move these definitions to a separate header
> to avoid further cluttering common.h.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> include/common.h | 64 +--------------------------------------------
> include/log.h | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 80 insertions(+), 63 deletions(-)
> create mode 100644 include/log.h
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list