mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
net: mvgbe: remove CONFIG_DOVE
Nothing defines CONFIG_DOVE so remove the code that uses it. Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
4b4dc5211e
commit
edcf7eacbd
2 changed files with 0 additions and 9 deletions
|
@ -26,8 +26,6 @@
|
|||
#include <asm/arch/soc.h>
|
||||
#elif defined(CONFIG_ORION5X)
|
||||
#include <asm/arch/orion5x.h>
|
||||
#elif defined(CONFIG_DOVE)
|
||||
#include <asm/arch/dove.h>
|
||||
#endif
|
||||
|
||||
#include "mvgbe.h"
|
||||
|
|
|
@ -291,17 +291,10 @@
|
|||
#define EBAR_TARGET_GUNIT 0x00000007
|
||||
|
||||
/* Window attrib */
|
||||
#if defined(CONFIG_DOVE)
|
||||
#define EBAR_DRAM_CS0 0x00000000
|
||||
#define EBAR_DRAM_CS1 0x00000000
|
||||
#define EBAR_DRAM_CS2 0x00000000
|
||||
#define EBAR_DRAM_CS3 0x00000000
|
||||
#else
|
||||
#define EBAR_DRAM_CS0 0x00000E00
|
||||
#define EBAR_DRAM_CS1 0x00000D00
|
||||
#define EBAR_DRAM_CS2 0x00000B00
|
||||
#define EBAR_DRAM_CS3 0x00000700
|
||||
#endif
|
||||
|
||||
/* DRAM Target interface */
|
||||
#define EBAR_DRAM_NO_CACHE_COHERENCY 0x00000000
|
||||
|
|
Loading…
Reference in a new issue