From 52938fc4f0ba06e030aa17bca4f72623ed709c7a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 23 Jul 2022 13:04:54 -0400 Subject: 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 Cc: Ramon Fried Signed-off-by: Tom Rini --- include/configs/kzm9g.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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 -- cgit v1.2.3