aboutsummaryrefslogtreecommitdiff
path: root/include/configs/gazerbeam.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-23 13:05:04 -0400
committerTom Rini <trini@konsulko.com>2022-08-04 16:18:47 -0400
commit1db251bdd5750e89bdb3c0707f51de0029cc0f0e (patch)
tree0385354c9c40214c490d176becbdf15a246c9aca /include/configs/gazerbeam.h
parent17ead040d402c6e1fe26ac5acc4773146c8a0918 (diff)
downloadu-boot-1db251bdd5750e89bdb3c0707f51de0029cc0f0e.zip
u-boot-1db251bdd5750e89bdb3c0707f51de0029cc0f0e.tar.gz
u-boot-1db251bdd5750e89bdb3c0707f51de0029cc0f0e.tar.bz2
Convert CONFIG_SYS_MAX_FLASH_SECT to Kconfig
This converts the following to Kconfig: CONFIG_SYS_MAX_FLASH_SECT Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/gazerbeam.h')
-rw-r--r--include/configs/gazerbeam.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/gazerbeam.h b/include/configs/gazerbeam.h
index 25095e1..e592dc4 100644
--- a/include/configs/gazerbeam.h
+++ b/include/configs/gazerbeam.h
@@ -40,8 +40,6 @@
#define CONFIG_SYS_FLASH_BASE 0xFE000000 /* FLASH base address */
#define CONFIG_SYS_FLASH_SIZE 8 /* FLASH size is up to 8M */
-#define CONFIG_SYS_MAX_FLASH_SECT 135
-
#define CONFIG_SYS_BAUDRATE_TABLE \
{300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}