Merge branch 'master' of git://git.denx.de/u-boot-coldfire
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
/****************************************************************************/
|
||||
/* DMA Timer module registers */
|
||||
typedef struct dtimer_ctrl {
|
||||
#if defined(CONFIG_M5249) || defined(CONFIG_M5253)
|
||||
#if defined(CONFIG_M5249) || defined(CONFIG_M5253) || defined(CONFIG_M5272)
|
||||
u16 tmr; /* 0x00 Mode register */
|
||||
u16 res1; /* 0x02 */
|
||||
u16 trr; /* 0x04 Reference register */
|
||||
|
||||
@@ -84,6 +84,8 @@
|
||||
#define CONFIG_CMD_MII
|
||||
#define CONFIG_CMD_NET
|
||||
|
||||
#define CONFIG_MCFTMR
|
||||
|
||||
#define CONFIG_MCFFEC
|
||||
#ifdef CONFIG_MCFFEC
|
||||
# define CONFIG_NET_MULTI 1
|
||||
|
||||
@@ -303,9 +303,9 @@
|
||||
#define CFG_CS0_CTRL 0x00101980
|
||||
|
||||
#ifdef CFG_NOR1SZ
|
||||
#define CFG_CS1_BASE 0xF8000000
|
||||
#define CFG_CS1_BASE 0xE0000000
|
||||
#define CFG_CS1_MASK (((CFG_NOR1SZ << 20) - 1) & 0xFFFF0001)
|
||||
#define CFG_CS1_CTRL 0x00000D80
|
||||
#define CFG_CS1_CTRL 0x00101D80
|
||||
#endif
|
||||
|
||||
#endif /* _M5475EVB_H */
|
||||
|
||||
@@ -289,9 +289,9 @@
|
||||
#define CFG_CS0_CTRL 0x00101980
|
||||
|
||||
#ifdef CFG_NOR1SZ
|
||||
#define CFG_CS1_BASE 0xF8000000
|
||||
#define CFG_CS1_BASE 0xE0000000
|
||||
#define CFG_CS1_MASK (((CFG_NOR1SZ << 20) - 1) & 0xFFFF0001)
|
||||
#define CFG_CS1_CTRL 0x00000D80
|
||||
#define CFG_CS1_CTRL 0x00101D80
|
||||
#endif
|
||||
|
||||
#endif /* _M5485EVB_H */
|
||||
|
||||
Reference in New Issue
Block a user