commit | 66466b0f67571b52d2478af5d4299ebf55397343 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Jul 08 06:43:36 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 21 22:26:56 2018 -0400 |
tree | 0ff47420df77434c489f495621317549dbbe3d1b | |
parent | 9c519184eb449be66ec2fcba9e3bdd3871bccef2 [diff] [blame] |
Convert CONFIG_NAND_DAVINCI to Kconfig This converts the following to Kconfig: CONFIG_NAND_DAVINCI Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/configs/ipam390_defconfig b/configs/ipam390_defconfig index 15c4944..d1a6e54 100644 --- a/configs/ipam390_defconfig +++ b/configs/ipam390_defconfig
@@ -34,4 +34,6 @@ CONFIG_CMD_UBI=y CONFIG_ENV_IS_IN_NAND=y # CONFIG_MMC is not set +CONFIG_NAND=y +CONFIG_NAND_DAVINCI=y CONFIG_SYS_NS16550=y