
We need to move configs although it is a very tedious work. First, we have to create entries in Kconfig.
1/4: add some FIT options 2/4: add Hush option 3/4: add various commands options
I know there is still more to work on, but I believe every big work is done step by step.
I am not an expert of all the areas of U-Boot, so I need your help.
- Please check if the added Kconfig options (prompt, help message, categorization) are reasonable - Add more options in follow-up patches
Masahiro Yamada (4): FIT: add some FIT configurations to Kconfig hush: add CONFIG_HUSH_PARSER to Kconfig commands: add more command entries in Kconfig spl: fix descending condition to drivers/mtd/nand/
Kconfig | 22 ++++ README | 12 --- common/Kconfig | 300 +++++++++++++++++++++++++++++++++++++++++++++++++-- scripts/Makefile.spl | 2 +- 4 files changed, 314 insertions(+), 22 deletions(-)