Convert CONFIG_SYS_NAND_SIZE to Kconfig
This converts the following to Kconfig: CONFIG_SYS_NAND_SIZE Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a9f03760c1
commit
0cd0325964
6 changed files with 5 additions and 10 deletions
|
@ -461,6 +461,11 @@ config NAND_MXC
|
|||
This enables the NAND driver for the NAND flash controller on the
|
||||
i.MX27 / i.MX31 / i.MX5 processors.
|
||||
|
||||
config SYS_NAND_SIZE
|
||||
int "Size of NAND in kilobytes"
|
||||
depends on NAND_MXC && SPL_NAND_SUPPORT
|
||||
default 268435456
|
||||
|
||||
config NAND_MXS
|
||||
bool "MXS NAND support"
|
||||
depends on MX23 || MX28 || MX6 || MX7 || IMX8 || IMX8M
|
||||
|
|
|
@ -94,7 +94,6 @@
|
|||
|
||||
#ifdef CONFIG_CMD_NAND
|
||||
# define CONFIG_SYS_NAND_BASE CONFIG_SYS_CS2_BASE
|
||||
# define CONFIG_SYS_NAND_SIZE 1
|
||||
# define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
|
||||
# define NAND_ALLOW_ERASE_ALL 1
|
||||
#endif
|
||||
|
|
|
@ -95,7 +95,6 @@
|
|||
#endif
|
||||
|
||||
# define CONFIG_SYS_NAND_BASE CONFIG_SYS_CS2_BASE
|
||||
# define CONFIG_SYS_NAND_SIZE 1
|
||||
# define CONFIG_SYS_NAND_BASE_LIST { CONFIG_SYS_NAND_BASE }
|
||||
# define NAND_ALLOW_ERASE_ALL 1
|
||||
|
||||
|
|
|
@ -85,12 +85,6 @@
|
|||
|
||||
/* Watchdog */
|
||||
|
||||
/*
|
||||
* NAND SPL
|
||||
*/
|
||||
|
||||
#define CONFIG_SYS_NAND_SIZE (256 * 1024 * 1024)
|
||||
|
||||
/*
|
||||
* Extra Environments
|
||||
*/
|
||||
|
|
|
@ -96,7 +96,6 @@
|
|||
#define CONFIG_SYS_NAND_U_BOOT_START CONFIG_TEXT_BASE
|
||||
#define CONFIG_SYS_NAND_U_BOOT_DST CONFIG_TEXT_BASE
|
||||
|
||||
#define CONFIG_SYS_NAND_SIZE (SZ_256M)
|
||||
#define CONFIG_SYS_NAND_ECCSIZE 256
|
||||
#define CONFIG_SYS_NAND_ECCBYTES 3
|
||||
#define CONFIG_SYS_NAND_ECCPOS { 40, 41, 42, 43, 44, 45, 46, 47, \
|
||||
|
|
|
@ -130,7 +130,6 @@
|
|||
#define CONFIG_SYS_NAND_U_BOOT_START CONFIG_TEXT_BASE
|
||||
#define CONFIG_SYS_NAND_U_BOOT_DST CONFIG_TEXT_BASE
|
||||
|
||||
#define CONFIG_SYS_NAND_SIZE (256 * SZ_1M)
|
||||
#define CONFIG_SYS_NAND_ECCSIZE 256
|
||||
#define CONFIG_SYS_NAND_ECCBYTES 3
|
||||
#define CONFIG_SYS_NAND_ECCPOS { 40, 41, 42, 43, 44, 45, 46, 47, \
|
||||
|
|
Loading…
Reference in a new issue