summaryrefslogtreecommitdiff
path: root/fs/cbfs/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* cbfs: Allow CBFS to be used in SPLSimon Glass2019-08-181-0/+12
| | | | | | | | | 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: Kconfig: Add a separate config for FS_CBFSSimon Glass2017-04-301-0/+8
Rather than using CMD_CBFS for both the filesystem and its command, we should have a separate option for each. This allows us to enable CBFS support without the command, if desired, which reduces U-Boot's size slightly. Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply FS_CBFS on SYS_COREBOOT] Signed-off-by: Tom Rini <trini@konsulko.com>