]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cbfs: Allow CBFS to be used in SPL
authorSimon Glass <sjg@chromium.org>
Thu, 15 Aug 2019 01:56:10 +0000 (19:56 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 18 Aug 2019 13:54:10 +0000 (21:54 +0800)
commit72b2465c6b897f7ac4a2a151f648dff9239b1cfe
treee432f4ce9a7782eea5e2160d7e0d594a1c50a8f2
parent0c4a0e601bad7c590c968d0e4c4a7e9f440cedd6
cbfs: Allow CBFS to be used in SPL

Add a new Kconfig option to enable CBFS in SPL. This can be useful when
the memory-init code is in CBFS.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
fs/Makefile
fs/cbfs/Kconfig