diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-02 16:42:20 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-22 10:31:48 -0500 |
commit | 98fbad631f9973eb763d83571ec8dde00a94a76c (patch) | |
tree | 1b6ec152f43f2cfc71d0af496c2bf83b66e5bb1e /include/configs/salvator-x.h | |
parent | 21491883d2af674f698a94699a5a8b7356d02adf (diff) | |
download | u-boot-98fbad631f9973eb763d83571ec8dde00a94a76c.tar.gz |
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/salvator-x.h')
-rw-r--r-- | include/configs/salvator-x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/salvator-x.h b/include/configs/salvator-x.h index 2e422cd241..8dc6702de4 100644 --- a/include/configs/salvator-x.h +++ b/include/configs/salvator-x.h @@ -13,7 +13,6 @@ /* Environment in eMMC, at the end of 2nd "boot sector" */ -#define CONFIG_FLASH_SHOW_PROGRESS 45 #define CFG_SYS_FLASH_BANKS_LIST { 0x08000000 } #define CFG_SYS_WRITE_SWAPPED_DATA |