]> git.ipfire.org Git - people/ms/u-boot.git/commit
Move debug and logging support to a separate header
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2017 20:48:20 +0000 (13:48 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 7 Dec 2017 20:17:00 +0000 (15:17 -0500)
commit0e98b0a65092d6573eb17d07e04455f9cf545b21
treecfbbd2540833fdf5e7b6e6ca78872aae5cc13ad1
parent64e9b4f346f113dec984eaab226a44d35e38d7ce
Move debug and logging support to a separate header

Before adding new features, move these definitions to a separate header
to avoid further cluttering common.h.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/common.h
include/log.h [new file with mode: 0644]