diff options
author | Heiko Schocher <hs@denx.de> | 2016-09-21 05:58:19 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-09-26 17:24:43 (GMT) |
commit | 8f2fe0c86c56175dd7d5d0e3bc26bef41f224f03 (patch) | |
tree | c478fa6b150ebebee69c582a01fd73d6f56e23dc /configs/vct_platinum_onenand_small_defconfig | |
parent | 37cc64460081df4b824e4fc13526c53ea3846f87 (diff) | |
download | u-boot-fsl-qoriq-8f2fe0c86c56175dd7d5d0e3bc26bef41f224f03.tar.xz |
kconfig: introduce kconfig for UBI
move the UBI config options into Kconfig.
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andrew F. Davis <afd@ti.com>
Reviewed by: Evgeni Dobrev <evgeni at studio-punkt.com>
Diffstat (limited to 'configs/vct_platinum_onenand_small_defconfig')
-rw-r--r-- | configs/vct_platinum_onenand_small_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/vct_platinum_onenand_small_defconfig b/configs/vct_platinum_onenand_small_defconfig index 3306a45..63e670e 100644 --- a/configs/vct_platinum_onenand_small_defconfig +++ b/configs/vct_platinum_onenand_small_defconfig @@ -19,4 +19,5 @@ CONFIG_SYS_PROMPT="$ " # CONFIG_CMD_NET is not set # CONFIG_CMD_NFS is not set # CONFIG_CMD_MISC is not set +CONFIG_CMD_UBI=y CONFIG_SYS_NS16550=y |