diff options
author | Tom Rini <trini@konsulko.com> | 2021-06-09 08:19:13 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-06-09 08:19:13 -0400 |
commit | e8f720ee1707b43a0e14ade87b40a1f84baeb2f3 (patch) | |
tree | a44e183bc4181581fa83309dd354e476a499683f /include/configs/octeontx_common.h | |
parent | da29243251651e631d916b3554ad1ee57134793b (diff) | |
parent | 8e3ea2da729df07f296611abeabba6cc67333daa (diff) |
Merge branch '2021-06-08-kconfig-migrations' into next
- Migrate TFTP_SIZE and SYS_DFU_DATA_BUF_SIZE to Kconfig
Diffstat (limited to 'include/configs/octeontx_common.h')
-rw-r--r-- | include/configs/octeontx_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/octeontx_common.h b/include/configs/octeontx_common.h index 434e54442f..0e4a17684f 100644 --- a/include/configs/octeontx_common.h +++ b/include/configs/octeontx_common.h @@ -51,9 +51,6 @@ /* Allow environment variable to be overwritten */ #define CONFIG_ENV_OVERWRITE -/** Reduce hashes printed out */ -#define CONFIG_TFTP_TSIZE - /* Autoboot options */ #define CONFIG_RESET_TO_RETRY #define CONFIG_BOOT_RETRY_TIME -1 |