diff options
author | Adam Ford | 2018-07-08 08:11:07 -0500 |
---|---|---|
committer | Tom Rini | 2018-07-21 22:26:28 -0400 |
commit | e7db856bf96213ba3f6b716be9fa264e184f74e2 (patch) | |
tree | a8030a7460729aa406846fb5e6e5ad7b50f9d4ce /include/configs/sama5d2_ptc_ek.h | |
parent | d294335e5d51aa83b6dd57db85c3251e9a92349e (diff) |
Convert CONFIG_NAND_ATMEL to Kconfig
This converts the following to Kconfig:
CONFIG_NAND_ATMEL
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/sama5d2_ptc_ek.h')
-rw-r--r-- | include/configs/sama5d2_ptc_ek.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sama5d2_ptc_ek.h b/include/configs/sama5d2_ptc_ek.h index 6bc4846f57b..d2d4adbb7fa 100644 --- a/include/configs/sama5d2_ptc_ek.h +++ b/include/configs/sama5d2_ptc_ek.h @@ -29,7 +29,6 @@ /* NAND Flash */ #ifdef CONFIG_CMD_NAND -#define CONFIG_NAND_ATMEL #define CONFIG_SYS_MAX_NAND_DEVICE 1 #define CONFIG_SYS_NAND_BASE ATMEL_BASE_CS3 /* our ALE is AD21 */ |