mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
m68k: rename CONFIG_MCFTMR to CFG_MCFTMR
This is not a Kconfig option so changing to _CFG. Signed-off-by: Angelo Durgehello <angelo@kernel-space.org>
This commit is contained in:
@@ -111,4 +111,6 @@
|
||||
#define CFG_SYS_CS0_MASK 0x007F0001
|
||||
#define CFG_SYS_CS0_CTRL 0x00001FA0
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _M5208EVBE_H */
|
||||
|
||||
@@ -130,4 +130,6 @@
|
||||
# define CFG_SYS_CS0_CTRL 0x00001D80
|
||||
#endif
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _M5329EVB_H */
|
||||
|
||||
@@ -120,4 +120,6 @@
|
||||
#define CFG_SYS_GPIO1_OUT 0x00c70000 /* Set outputs to default state */
|
||||
#define CFG_SYS_GPIO1_LED 0x00400000 /* user led */
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* M5249 */
|
||||
|
||||
@@ -132,4 +132,6 @@
|
||||
#define CFG_SYS_GPIO1_OUT 0x00c70000 /* Set outputs to default state */
|
||||
#define CFG_SYS_GPIO1_LED 0x00400000 /* user led */
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _M5253DEMO_H */
|
||||
|
||||
@@ -106,4 +106,7 @@
|
||||
#define CFG_SYS_PBDDR 0x0000
|
||||
#define CFG_SYS_PBDAT 0x0000
|
||||
#define CFG_SYS_PDCNT 0x00000000
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _M5272C3_H */
|
||||
|
||||
@@ -116,4 +116,6 @@
|
||||
#define CFG_SYS_CS1_CTRL 0x00001900
|
||||
#define CFG_SYS_CS1_MASK 0x00070001
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _M5275EVB_H */
|
||||
|
||||
@@ -127,4 +127,6 @@
|
||||
#define CFG_SYS_DDRUA 0x05
|
||||
#define CFG_SYS_PJPAR 0xFF
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _CONFIG_M5282EVB_H */
|
||||
|
||||
@@ -132,4 +132,6 @@
|
||||
#define CFG_SYS_CS1_MASK 0x00070001
|
||||
#define CFG_SYS_CS1_CTRL 0x00001FA0
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _M53017EVB_H */
|
||||
|
||||
@@ -138,4 +138,6 @@
|
||||
#define CFG_SYS_CS2_CTRL 0x00001f60
|
||||
#endif
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _M5329EVB_H */
|
||||
|
||||
@@ -136,4 +136,6 @@
|
||||
#define CFG_SYS_CS2_MASK (16 << 20)
|
||||
#define CFG_SYS_CS2_CTRL 0x00001f60
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _M5373EVB_H */
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#define CFG_SYS_UART_PORT 0
|
||||
|
||||
#define CONFIG_MCFTMR
|
||||
#define CFG_MCFTMR
|
||||
#define CONFIG_MCFUART
|
||||
#define CONFIG_SYS_UART_PORT 0
|
||||
#define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200 }
|
||||
|
||||
@@ -184,4 +184,6 @@
|
||||
#define CFG_SYS_CACHE_ICACR (CF_CACR_EC | CF_CACR_CINVA | \
|
||||
CF_CACR_DCM_P)
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _CONFIG_ASTRO_MCF5373L_H */
|
||||
|
||||
@@ -184,4 +184,6 @@ configuration */
|
||||
#define CFG_SYS_PBDAT 0x0000 /* PortB value reg. */
|
||||
#define CFG_SYS_PDCNT 0x00000000 /* PortD control reg. */
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _CONFIG_COBRA5272_H */
|
||||
|
||||
@@ -138,5 +138,7 @@
|
||||
#define CFG_SYS_DDRUA 0x05
|
||||
#define CFG_SYS_PJPAR 0xFF
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* _CONFIG_M5282EVB_H */
|
||||
/*---------------------------------------------------------------------*/
|
||||
|
||||
@@ -95,4 +95,6 @@
|
||||
#define CACR_STATUS (CFG_SYS_INIT_RAM_ADDR + \
|
||||
CFG_SYS_INIT_RAM_SIZE - 12)
|
||||
|
||||
#define CFG_MCFTMR
|
||||
|
||||
#endif /* __STMARK2_CONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user