diff options
| author | Tom Rini <[email protected]> | 2021-02-10 12:51:25 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-02-15 10:16:24 -0500 |
| commit | f0debb2136c5908a5fbf7e3bd7eb15a8984044bc (patch) | |
| tree | 58de8c817f75290cd6a7c7e7c91d4b618680fe7b /drivers/net | |
| parent | 0c3cd2443bb0c87dc8ebe117e1fb34c9060f863e (diff) | |
sh: Remove sh7757lcr board
This board has not been converted to CONFIG_DM by the deadline of v2020.01
and is missing other conversions which depend on this as well. Remove it.
As this is the last SH4A board, remove that support as well.
Cc: Marek Vasut <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/net')
| -rw-r--r-- | drivers/net/sh_eth.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/sh_eth.h b/drivers/net/sh_eth.h index d197dfdc401..520f7f73257 100644 --- a/drivers/net/sh_eth.h +++ b/drivers/net/sh_eth.h @@ -18,11 +18,7 @@ #define ADDR_TO_P2(addr) ((((uintptr_t)(addr) & ~0xe0000000) | 0xa0000000)) /* The ethernet controller needs to use physical addresses */ -#if defined(CONFIG_SH_32BIT) -#define ADDR_TO_PHY(addr) ((((uintptr_t)(addr) & ~0xe0000000) | 0x40000000)) -#else #define ADDR_TO_PHY(addr) ((uintptr_t)(addr) & ~0xe0000000) -#endif #elif defined(CONFIG_ARM) #ifndef inl #define inl readl |
