commit | aa0ffe8eb919c85997884d4d3d44a81f92a8ab66 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 12:22:20 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | d193f25cae0670f87c5d524afa96c186bb8444df | |
parent | 6307896c177e3afb54a42439062dce0776d31891 [diff] |
serial: Allow serial to be absent in TPL At present this option applies to SPL, but it should be available in TPL also, and separately. Change to using CONFIG_IS_ENABLED(), add a new Kconfig option and fix up hang(). Signed-off-by: Simon Glass <sjg@chromium.org>