]> git.baikalelectronics.ru Git - uboot.git/commit
net: smc911x: Drop the standalone EEPROM example
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 14 Mar 2020 23:18:57 +0000 (00:18 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jun 2020 17:17:23 +0000 (13:17 -0400)
commit6d32d3e6e623695b0502cd1ac16028a6910cd2ed
treebe4b8766109bc62099a01aaa873d61d0ce84483d
parenta16742b8e6de96e0948c80771fe209d87a116078
net: smc911x: Drop the standalone EEPROM example

Drop the example, for two reasons. First, it is tapping directly into
the IO accessors of the SMC911x, while it should instead go through
the net device API. Second, this makes conversion of the SMC911x driver
to DM real hard.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Tom Rini <trini@konsulko.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
examples/standalone/Makefile
examples/standalone/smc911x_eeprom.c [deleted file]