]> git.baikalelectronics.ru Git - uboot.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)
commitb31872494402af01b9b3e5e009df70d384ac9450
treecfbbd2540833fdf5e7b6e6ca78872aae5cc13ad1
parenta2df0953445ae595df56594be4af39a62011253a
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]