]> git.baikalelectronics.ru Git - uboot.git/commit
spl: Make SPL_DISABLE_BANNER_PRINT a positive option
authorSimon Glass <sjg@chromium.org>
Fri, 16 Nov 2018 01:43:57 +0000 (18:43 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 26 Nov 2018 13:25:34 +0000 (08:25 -0500)
commit9fc47e4778b8901e192b5035a6f0a711a0460839
treea90ae484003a4c6f9063f602fdb3e5df29186f42
parent60e2cdb931a24457cfbac9b3f2159b92758c4865
spl: Make SPL_DISABLE_BANNER_PRINT a positive option

Rather than having a negative option, make this a positive option and
enable it by default. This makes it easier to understand.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
common/spl/Kconfig
common/spl/spl.c