diff options
author | Heiko Schocher | 2016-09-21 07:58:19 +0200 |
---|---|---|
committer | Tom Rini | 2016-09-26 13:24:43 -0400 |
commit | 8f2fe0c86c56175dd7d5d0e3bc26bef41f224f03 (patch) | |
tree | c478fa6b150ebebee69c582a01fd73d6f56e23dc /include/configs/apx4devkit.h | |
parent | 37cc64460081df4b824e4fc13526c53ea3846f87 (diff) |
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 'include/configs/apx4devkit.h')
-rw-r--r-- | include/configs/apx4devkit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/apx4devkit.h b/include/configs/apx4devkit.h index 92fea877212..80049f7982a 100644 --- a/include/configs/apx4devkit.h +++ b/include/configs/apx4devkit.h @@ -57,7 +57,6 @@ /* UBI and NAND partitioning */ #ifdef CONFIG_CMD_NAND -#define CONFIG_CMD_UBI #define CONFIG_CMD_UBIFS #define CONFIG_CMD_MTDPARTS #define CONFIG_RBTREE |