]> git.baikalelectronics.ru Git - uboot.git/commit
console: remove #ifdef CONFIG when it is possible
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 18 Dec 2020 11:46:43 +0000 (12:46 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 15 Jan 2021 19:36:12 +0000 (14:36 -0500)
commit9d2b769d60e2c97ba547f2a883f1c204e2674aac
tree07d815d24e02a08099f8e6589fa60f85c3b3a832
parentf5c343489275cec7a9391a3e0f6e953c1c4d7acb
console: remove #ifdef CONFIG when it is possible

Remove #ifdef or #ifndef for CONFIG when it is possible to simplify
the console.c code and respect the U-Boot coding rules.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/console.c