diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-08-28 11:44:44 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2018-09-15 03:19:06 +0200 |
commit | 2606deb22b58c8b55426a34dd7d93c703de65974 (patch) | |
tree | f77e623bc58ebdc88baf2e8bc03a4013a844292a /arch/sh | |
parent | c5fcd9e5839cf0a2bf16133c092510ff103f4aa3 (diff) | |
download | u-boot-2606deb22b58c8b55426a34dd7d93c703de65974.tar.gz |
sh: sh7724: Drop EDMR macro
Drop the macro as it is never used and it collides with sh_eth.h macros.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/include/asm/cpu_sh7724.h | 3 |
1 files changed, 0 insertions, 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 */ |