diff options
author | Adam Ford <aford173@gmail.com> | 2018-07-08 06:43:36 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-21 22:26:56 -0400 |
commit | eba7f1ff6c9836931f0ce2812182190862e38b5f (patch) | |
tree | 0ff47420df77434c489f495621317549dbbe3d1b /configs/omapl138_lcdk_defconfig | |
parent | e7db856bf96213ba3f6b716be9fa264e184f74e2 (diff) | |
download | u-boot-eba7f1ff6c9836931f0ce2812182190862e38b5f.tar.gz |
Convert CONFIG_NAND_DAVINCI to Kconfig
This converts the following to Kconfig:
CONFIG_NAND_DAVINCI
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'configs/omapl138_lcdk_defconfig')
-rw-r--r-- | configs/omapl138_lcdk_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index cabea06256..4a97269dd4 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -35,6 +35,7 @@ CONFIG_DM=y CONFIG_DM_I2C=y CONFIG_DM_I2C_COMPAT=y CONFIG_NAND=y +CONFIG_NAND_DAVINCI=y CONFIG_SYS_NAND_BUSWIDTH_16BIT=y CONFIG_SYS_NAND_U_BOOT_LOCATIONS=y CONFIG_SYS_NAND_U_BOOT_OFFS=0x28000 |