diff options
| author | Tom Rini <[email protected]> | 2022-07-23 13:04:54 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-04 16:18:47 -0400 |
| commit | 52938fc4f0ba06e030aa17bca4f72623ed709c7a (patch) | |
| tree | c46f0a7cdb4aad9372f78fa6644371008512cba5 /include/configs | |
| parent | 6eaa0e4ac6d87591fbfaecdd1e3ae9b548063b1a (diff) | |
net: Remove CONFIG_SYS_DIRECT_FLASH_TFTP
No platforms enable the functionality to tftp directly to NOR flash, and
this is discouraged by the documentation. Remove this code. Further,
this highlights an oddity of the code. Un-indent the start of this
function.
Cc: Joe Hershberger <[email protected]>
Cc: Ramon Fried <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/kzm9g.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index e084f87d14d..f94cb54c705 100644 --- a/include/configs/kzm9g.h +++ b/include/configs/kzm9g.h @@ -53,8 +53,6 @@ /* Timeout for Flash clear lock bit operations (in ms) */ #define CONFIG_SYS_FLASH_UNLOCK_TOUT (3 * 1000) -#undef CONFIG_SYS_DIRECT_FLASH_TFTP - /* GPIO / PFC */ #define CONFIG_SH_GPIO_PFC |
