Skip to content

Commit

Permalink
net: smc911x: Drop the standalone EEPROM example
Browse files Browse the repository at this point in the history
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 <[email protected]>
Cc: Joe Hershberger <[email protected]>
Cc: Tom Rini <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
  • Loading branch information
marex authored and trini committed Jun 12, 2020
1 parent 808f13d commit 73d7aec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 534 deletions.
4 changes: 0 additions & 4 deletions examples/standalone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ extra-$(CONFIG_SMC91111) += smc91111_eeprom
extra-$(CONFIG_SPI_FLASH_ATMEL) += atmel_df_pow2
extra-$(CONFIG_PPC) += sched

ifndef CONFIG_DM_ETH
extra-$(CONFIG_SMC911X) += smc911x_eeprom
endif

#
# Some versions of make do not handle trailing white spaces properly;
# leading to build failures. The problem was found with GNU Make 3.80.
Expand Down
Loading

0 comments on commit 73d7aec

Please sign in to comment.