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/dfu.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/dfu.h')
-rw-r--r-- | include/dfu.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/dfu.h b/include/dfu.h index d18b701728..afada3959b 100644 --- a/include/dfu.h +++ b/include/dfu.h @@ -100,12 +100,6 @@ struct virt_internal_data { }; #define DFU_NAME_SIZE 32 -#ifndef CONFIG_SYS_DFU_DATA_BUF_SIZE -#define CONFIG_SYS_DFU_DATA_BUF_SIZE (1024*1024*8) /* 8 MiB */ -#endif -#ifndef CONFIG_SYS_DFU_MAX_FILE_SIZE -#define CONFIG_SYS_DFU_MAX_FILE_SIZE CONFIG_SYS_DFU_DATA_BUF_SIZE -#endif #ifndef DFU_DEFAULT_POLL_TIMEOUT #define DFU_DEFAULT_POLL_TIMEOUT 0 #endif |