[U-Boot] [PATCH 02/11] sh: sh7724: Drop EDMR macro
Marek Vasut
marek.vasut at gmail.com
Thu Aug 30 13:38:31 UTC 2018
Drop the macro as it is never used and it collides with sh_eth.h macros.
Signed-off-by: Marek Vasut <marek.vasut+renesas at gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
arch/sh/include/asm/cpu_sh7724.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/arch/sh/include/asm/cpu_sh7724.h b/arch/sh/include/asm/cpu_sh7724.h
index 7a81e1677e..7b217959ed 100644
--- a/arch/sh/include/asm/cpu_sh7724.h
+++ b/arch/sh/include/asm/cpu_sh7724.h
@@ -203,9 +203,6 @@
#define PYDR 0xA405016A
#define PZDR 0xA405016C
-/* Ether */
-#define EDMR 0xA4600000
-
/* UBC */
/* H-UDI */
--
2.18.0
More information about the U-Boot
mailing list