aboutsummaryrefslogtreecommitdiff
path: root/include/configs/meesc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-12 17:36:42 -0500
committerTom Rini <trini@konsulko.com>2022-12-05 16:05:38 -0500
commit715cce65b889214a728dd44759204316aff29006 (patch)
tree5fa8d7cbe9c43ff908caf2651fa0f3d43fff6a2f /include/configs/meesc.h
parent1c470f32f74248ff4aa145bf033fb6524dc7fc2e (diff)
downloadu-boot-715cce65b889214a728dd44759204316aff29006.zip
u-boot-715cce65b889214a728dd44759204316aff29006.tar.gz
u-boot-715cce65b889214a728dd44759204316aff29006.tar.bz2
Convert CONFIG_SYS_NAND_DBW_8 et al to Kconfig
This converts the following to Kconfig: CONFIG_SYS_NAND_DBW_8 CONFIG_SYS_NAND_DBW_16 Note that all instances of the code check for CONFIG_SYS_NAND_DBW_16 being defined, and then "else" to CONFIG_SYS_NAND_DBW_8 whereas all of the configs set CONFIG_SYS_NAND_DBW_8. So we introduce CONFIG_SYS_NAND_DBW_16 as an option. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/meesc.h')
-rw-r--r--include/configs/meesc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/meesc.h b/include/configs/meesc.h
index 9f913fa..30267e2 100644
--- a/include/configs/meesc.h
+++ b/include/configs/meesc.h
@@ -53,7 +53,6 @@
/* NAND flash */
#ifdef CONFIG_CMD_NAND
# define CONFIG_SYS_NAND_BASE ATMEL_BASE_CS3 /* 0x40000000 */
-# define CONFIG_SYS_NAND_DBW_8
# define CONFIG_SYS_NAND_MASK_ALE (1 << 21)
# define CONFIG_SYS_NAND_MASK_CLE (1 << 22)
# define CONFIG_SYS_NAND_ENABLE_PIN GPIO_PIN_PD(15)