aboutsummaryrefslogtreecommitdiff
path: root/include/configs/am335x_evm.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-20 16:51:31 -0400
committerTom Rini <trini@konsulko.com>2021-09-20 20:14:44 -0400
commit7b014ba1ae2fb2e2b42da558beb4ca400dc02be7 (patch)
tree7850ac2a4328e5e6b7f2be4fad162cda7c46fb37 /include/configs/am335x_evm.h
parent31b84d2e4c772769699bc0b597f82937ace8b394 (diff)
downloadu-boot-WIP/migrate-SYS_NAND-vars.zip
u-boot-WIP/migrate-SYS_NAND-vars.tar.gz
u-boot-WIP/migrate-SYS_NAND-vars.tar.bz2
Convert CONFIG_SPL_NAND_LOAD et al to KconfigWIP/migrate-SYS_NAND-vars
This converts the following to Kconfig: CONFIG_SPL_NAND_LOAD CONFIG_SYS_NAND_BLOCK_SIZE CONFIG_SYS_NAND_PAGE_SIZE CONFIG_SYS_NAND_OOBSIZE Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am335x_evm.h')
-rw-r--r--include/configs/am335x_evm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 0f6ffd9..ef3b21b 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -183,9 +183,6 @@
#define CONFIG_SYS_NAND_5_ADDR_CYCLE
#define CONFIG_SYS_NAND_PAGE_COUNT (CONFIG_SYS_NAND_BLOCK_SIZE / \
CONFIG_SYS_NAND_PAGE_SIZE)
-#define CONFIG_SYS_NAND_PAGE_SIZE 2048
-#define CONFIG_SYS_NAND_OOBSIZE 64
-#define CONFIG_SYS_NAND_BLOCK_SIZE (128*1024)
/* NAND: driver related configs */
#define CONFIG_SYS_NAND_BAD_BLOCK_POS NAND_LARGE_BADBLOCK_POS
#define CONFIG_SYS_NAND_ECCPOS { 2, 3, 4, 5, 6, 7, 8, 9, \