aboutsummaryrefslogtreecommitdiff
path: root/include/configs/at91sam9n12ek.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/at91sam9n12ek.h
parent31b84d2e4c772769699bc0b597f82937ace8b394 (diff)
downloadu-boot-7b014ba1ae2fb2e2b42da558beb4ca400dc02be7.zip
u-boot-7b014ba1ae2fb2e2b42da558beb4ca400dc02be7.tar.gz
u-boot-7b014ba1ae2fb2e2b42da558beb4ca400dc02be7.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/at91sam9n12ek.h')
-rw-r--r--include/configs/at91sam9n12ek.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h
index 4ae6b66..8dd84ba 100644
--- a/include/configs/at91sam9n12ek.h
+++ b/include/configs/at91sam9n12ek.h
@@ -116,10 +116,7 @@
#endif
#define CONFIG_SYS_NAND_U_BOOT_OFFS 0x40000
#define CONFIG_SYS_NAND_5_ADDR_CYCLE
-#define CONFIG_SYS_NAND_PAGE_SIZE 0x800
#define CONFIG_SYS_NAND_PAGE_COUNT 64
-#define CONFIG_SYS_NAND_OOBSIZE 64
-#define CONFIG_SYS_NAND_BLOCK_SIZE 0x20000
#define CONFIG_SYS_NAND_BAD_BLOCK_POS 0x0
#endif