diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-12 17:36:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-05 16:05:38 -0500 |
commit | 0cd03259644dcb967fcd6b31c3a92984125a1fe3 (patch) | |
tree | b14f65006e64b8ed2f20a255b3b99c81e9f94ba9 /include/configs/taurus.h | |
parent | a9f03760c1b85cda153723c5dc5d7ad0a64a5acc (diff) | |
download | u-boot-0cd03259644dcb967fcd6b31c3a92984125a1fe3.tar.gz |
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>
Diffstat (limited to 'include/configs/taurus.h')
-rw-r--r-- | include/configs/taurus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/taurus.h b/include/configs/taurus.h index 5ab087da8bd..f130c630dde 100644 --- a/include/configs/taurus.h +++ b/include/configs/taurus.h @@ -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, \ |