]> git.baikalelectronics.ru Git - uboot.git/commit
net: Remove CONFIG_SYS_DIRECT_FLASH_TFTP
authorTom Rini <trini@konsulko.com>
Sat, 23 Jul 2022 17:04:54 +0000 (13:04 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Aug 2022 20:18:47 +0000 (16:18 -0400)
commitfe23ba2c4e866bb220144b7658f8605c9afef692
treec46f0a7cdb4aad9372f78fa6644371008512cba5
parent36616d21a0b85b4dc2b73f839ec69453a968c6c2
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 <joe.hershberger@ni.com>
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
README
include/configs/kzm9g.h
net/tftp.c