mirror of
				https://source.denx.de/u-boot/u-boot.git
				synced 2025-11-04 10:21:25 +01:00 
			
		
		
		
	ColdFire: Update Extra environment Data for M5275EVB
Provide extra environment Data. Remove default network address and MAC address. Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
This commit is contained in:
		
							parent
							
								
									53e4290f20
								
							
						
					
					
						commit
						0e8a755506
					
				@ -121,11 +121,6 @@
 | 
				
			|||||||
#define CONFIG_SYS_I2C_PINMUX_CLR	(0xFFF0)
 | 
					#define CONFIG_SYS_I2C_PINMUX_CLR	(0xFFF0)
 | 
				
			||||||
#define CONFIG_SYS_I2C_PINMUX_SET	(0x000F)
 | 
					#define CONFIG_SYS_I2C_PINMUX_SET	(0x000F)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef CONFIG_MCFFEC
 | 
					 | 
				
			||||||
#define CONFIG_ETHADDR		00:06:3b:01:41:55
 | 
					 | 
				
			||||||
#define CONFIG_ETH1ADDR		00:0e:0c:bc:e5:60
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PROMPT		"-> "
 | 
					#define CONFIG_SYS_PROMPT		"-> "
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory	*/
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory	*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -145,6 +140,23 @@
 | 
				
			|||||||
#define CONFIG_SYS_MEMTEST_START	0x400
 | 
					#define CONFIG_SYS_MEMTEST_START	0x400
 | 
				
			||||||
#define CONFIG_SYS_MEMTEST_END		0x380000
 | 
					#define CONFIG_SYS_MEMTEST_END		0x380000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifdef CONFIG_MCFFEC
 | 
				
			||||||
 | 
					#	define CONFIG_NET_RETRY_COUNT	5
 | 
				
			||||||
 | 
					#	define CONFIG_OVERWRITE_ETHADDR_ONCE
 | 
				
			||||||
 | 
					#endif				/* FEC_ENET */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#define CONFIG_EXTRA_ENV_SETTINGS		\
 | 
				
			||||||
 | 
						"netdev=eth0\0"				\
 | 
				
			||||||
 | 
						"loadaddr=10000\0"			\
 | 
				
			||||||
 | 
						"uboot=u-boot.bin\0"			\
 | 
				
			||||||
 | 
						"load=tftp ${loadaddr} ${uboot}\0"	\
 | 
				
			||||||
 | 
						"upd=run load; run prog\0"		\
 | 
				
			||||||
 | 
						"prog=prot off ffe00000 ffe3ffff;"	\
 | 
				
			||||||
 | 
						"era ffe00000 ffe3ffff;"		\
 | 
				
			||||||
 | 
						"cp.b ${loadaddr} ffe00000 ${filesize};"\
 | 
				
			||||||
 | 
						"save\0"				\
 | 
				
			||||||
 | 
						""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_HZ			1000
 | 
					#define CONFIG_SYS_HZ			1000
 | 
				
			||||||
#define CONFIG_SYS_CLK			150000000
 | 
					#define CONFIG_SYS_CLK			150000000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user