From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 17 Sep 2017 20:52:33 +0800 Subject: [U-Boot] [PATCH 03/13] Move debug and logging support to a separate header In-Reply-To: <20170916212331.170463-4-sjg@chromium.org> References: <20170916212331.170463-1-sjg@chromium.org> <20170916212331.170463-4-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Sep 17, 2017 at 5:23 AM, Simon Glass wrote: > Before adding new features, move these definitions to a separate header > to avoid further cluttering common.h. > > Signed-off-by: Simon Glass > --- > > 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