summaryrefslogtreecommitdiff
path: root/include/configs/blanche.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-02 16:42:20 -0500
committerTom Rini <trini@konsulko.com>2022-12-22 10:31:48 -0500
commit98fbad631f9973eb763d83571ec8dde00a94a76c (patch)
tree1b6ec152f43f2cfc71d0af496c2bf83b66e5bb1e /include/configs/blanche.h
parent21491883d2af674f698a94699a5a8b7356d02adf (diff)
Convert CONFIG_FLASH_SHOW_PROGRESS to Kconfig
This converts the following to Kconfig: CONFIG_FLASH_SHOW_PROGRESS Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/blanche.h')
-rw-r--r--include/configs/blanche.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/blanche.h b/include/configs/blanche.h
index cb28ae28dd..fe09997e17 100644
--- a/include/configs/blanche.h
+++ b/include/configs/blanche.h
@@ -25,7 +25,6 @@
#if !defined(CONFIG_MTD_NOR_FLASH)
#define CONFIG_SH_QSPI_BASE 0xE6B10000
#else
-#define CONFIG_FLASH_SHOW_PROGRESS 45
#define CFG_SYS_FLASH_BASE 0x00000000
#define CFG_SYS_FLASH_SIZE 0x04000000 /* 64 MB */
#define CFG_SYS_FLASH_BANKS_LIST { (CFG_SYS_FLASH_BASE) }