commit | ef391515831a63d703ece180cf8d8475ea8a53f0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 01 12:22:13 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 09 04:40:27 2018 -0600 |
tree | 8feb81fed323f17b40e4e58c9b93df5347be17ad | |
parent | 2c5eac1e1820163d3776e1f842550bfc4a88d136 [diff] |
blk: Support block drivers in TPL At present it is not possible to enable/disable block drivers in TPL. This is needed to provide sandbox support. Add a Kconfig option and adjust the Makefile. Signed-off-by: Simon Glass <sjg@chromium.org>