Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cbfs: Allow CBFS to be used in SPL | Simon Glass | 2019-08-18 | 1 | -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_CBFS | Simon Glass | 2017-04-30 | 1 | -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> |