include/configs: drop default definitions of CONFIG_SYS_PBSIZE
Now that the fallback value of CONFIG_SYS_PBSIZE in include/config_fallbacks.h has been adjusted, remove its definition from a large number of board configuration files. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
		
							parent
							
								
									80c914f1bb
								
							
						
					
					
						commit
						432e398068
					
				| 
						 | 
					@ -80,9 +80,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* Provide extended help */
 | 
					#define CONFIG_SYS_LONGHELP		/* Provide extended help */
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* Max command args	*/
 | 
					#define CONFIG_SYS_MAXARGS		16	/* Max command args	*/
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE /* Bootarg buf size */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE /* Bootarg buf size */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					sizeof(CONFIG_SYS_PROMPT) + \
 | 
					 | 
				
			||||||
					 16)	/* Print buf size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR		0xcc000000	/* Half of RAM */
 | 
					#define CONFIG_SYS_LOAD_ADDR		0xcc000000	/* Half of RAM */
 | 
				
			||||||
#define CONFIG_LOADADDR			CONFIG_SYS_LOAD_ADDR
 | 
					#define CONFIG_LOADADDR			CONFIG_SYS_LOAD_ADDR
 | 
				
			||||||
#define CONFIG_SYS_MEMTEST_START	CONFIG_SYS_SDRAM_BASE
 | 
					#define CONFIG_SYS_MEMTEST_START	CONFIG_SYS_SDRAM_BASE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -83,9 +83,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* Provide extended help */
 | 
					#define CONFIG_SYS_LONGHELP		/* Provide extended help */
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* Max command args	*/
 | 
					#define CONFIG_SYS_MAXARGS		16	/* Max command args	*/
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE /* Bootarg buf size */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE /* Bootarg buf size */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					sizeof(CONFIG_SYS_PROMPT) + \
 | 
					 | 
				
			||||||
					 16)	/* Print buf size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR		0xd4000000	/* Half of RAM */
 | 
					#define CONFIG_SYS_LOAD_ADDR		0xd4000000	/* Half of RAM */
 | 
				
			||||||
#define CONFIG_LOADADDR			CONFIG_SYS_LOAD_ADDR
 | 
					#define CONFIG_LOADADDR			CONFIG_SYS_LOAD_ADDR
 | 
				
			||||||
#define CONFIG_SYS_MEMTEST_START	CONFIG_SYS_SDRAM_BASE
 | 
					#define CONFIG_SYS_MEMTEST_START	CONFIG_SYS_SDRAM_BASE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -708,7 +708,6 @@ unsigned long get_board_ddr_clk(void);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -297,8 +297,6 @@ extern unsigned long get_sdram_size(void);
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE	1024		/* Console I/O Buffer Size */
 | 
					#define CONFIG_SYS_CBSIZE	1024		/* Console I/O Buffer Size */
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
						/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -515,8 +515,6 @@ combinations. this should be removed later
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
						/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -433,8 +433,6 @@
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
						/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -80,7 +80,6 @@
 | 
				
			||||||
#define CONFIG_PRAM		512	/* 512 KB */
 | 
					#define CONFIG_PRAM		512	/* 512 KB */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP	/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP	/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of cmd args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of cmd args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Arg Buf Sz */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Arg Buf Sz */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x40010000
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x40010000
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -131,7 +131,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -95,7 +95,6 @@
 | 
				
			||||||
#define CONFIG_PRAM		512	/* 512 KB */
 | 
					#define CONFIG_PRAM		512	/* 512 KB */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE+0x20000)
 | 
					#define CONFIG_SYS_LOAD_ADDR		(CONFIG_SYS_SDRAM_BASE+0x20000)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -41,7 +41,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP				/* undef to save memory		*/
 | 
					#define CONFIG_SYS_LONGHELP				/* undef to save memory		*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16		/* max number of command args	*/
 | 
					#define CONFIG_SYS_MAXARGS		16		/* max number of command args	*/
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size	*/
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size	*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -94,7 +94,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -64,7 +64,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -98,7 +98,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args   */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args   */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR		0x20000
 | 
					#define CONFIG_SYS_LOAD_ADDR		0x20000
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -90,7 +90,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory	*/
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory	*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16
 | 
					#define CONFIG_SYS_MAXARGS		16
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -90,7 +90,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define	CONFIG_SYS_LONGHELP		/* undef to save memory         */
 | 
					#define	CONFIG_SYS_LONGHELP		/* undef to save memory         */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define	CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define	CONFIG_SYS_MAXARGS		16	/* max number of command args   */
 | 
					#define	CONFIG_SYS_MAXARGS		16	/* max number of command args   */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -97,7 +97,6 @@
 | 
				
			||||||
#define CONFIG_PRAM		512	/* 512 KB */
 | 
					#define CONFIG_PRAM		512	/* 512 KB */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP	/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP	/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of cmd args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of cmd args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Arg Buf Sz */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Arg Buf Sz */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x40010000
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x40010000
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -89,7 +89,6 @@
 | 
				
			||||||
#define CONFIG_PRAM		512	/* 512 KB */
 | 
					#define CONFIG_PRAM		512	/* 512 KB */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE			(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR		0x40010000
 | 
					#define CONFIG_SYS_LOAD_ADDR		0x40010000
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -89,7 +89,6 @@
 | 
				
			||||||
#define CONFIG_PRAM		512	/* 512 KB */
 | 
					#define CONFIG_PRAM		512	/* 512 KB */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE			(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR		0x40010000
 | 
					#define CONFIG_SYS_LOAD_ADDR		0x40010000
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -180,9 +180,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
/* Boot Argument Buffer Size    */
 | 
					/* Boot Argument Buffer Size    */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -144,7 +144,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -195,7 +195,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -126,7 +126,6 @@
 | 
				
			||||||
#define CONFIG_PRAM		512	/* 512 KB */
 | 
					#define CONFIG_PRAM		512	/* 512 KB */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR		0x00010000
 | 
					#define CONFIG_SYS_LOAD_ADDR		0x00010000
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -114,7 +114,6 @@
 | 
				
			||||||
#define CONFIG_PRAM		512	/* 512 KB */
 | 
					#define CONFIG_PRAM		512	/* 512 KB */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size    */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR		0x00010000
 | 
					#define CONFIG_SYS_LOAD_ADDR		0x00010000
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -70,7 +70,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Miscellaneous configurable options */
 | 
					/* Miscellaneous configurable options */
 | 
				
			||||||
#define	CONFIG_SYS_LONGHELP
 | 
					#define	CONFIG_SYS_LONGHELP
 | 
				
			||||||
#define	CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define	CONFIG_SYS_MAXARGS		16
 | 
					#define	CONFIG_SYS_MAXARGS		16
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -426,8 +426,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE	1024 /* Console I/O Buffer Size */
 | 
					#define CONFIG_SYS_CBSIZE	1024 /* Console I/O Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
/* Boot Argument Buffer Size */
 | 
					/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -474,9 +474,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE	1024		/* Console I/O Buffer Size */
 | 
					#define CONFIG_SYS_CBSIZE	1024		/* Console I/O Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
						/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	\
 | 
					 | 
				
			||||||
			(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
				/* Boot Argument Buffer Size */
 | 
									/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -454,8 +454,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR		0x2000000 /* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR		0x2000000 /* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
				/* Boot Argument Buffer Size */
 | 
									/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -327,8 +327,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP			/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP			/* undef to save memory */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
				/* Boot Argument Buffer Size */
 | 
									/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -411,8 +411,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP	/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP	/* undef to save memory */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
				/* Boot Argument Buffer Size */
 | 
									/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -470,8 +470,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP			/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP			/* undef to save memory */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
				/* Boot Argument Buffer Size */
 | 
									/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -493,8 +493,6 @@ boards, we say we have two, but don't display a message if we find only one. */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_LOADADDR	800000	/* default location for tftp and bootm */
 | 
					#define CONFIG_LOADADDR	800000	/* default location for tftp and bootm */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
				/* Boot Argument Buffer Size */
 | 
									/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -482,8 +482,6 @@ extern int board_pci_host_broken(void);
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR		0x2000000 /* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR		0x2000000 /* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
				/* Boot Argument Buffer Size */
 | 
									/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -496,8 +496,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP	/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP	/* undef to save memory */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000 /* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000 /* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
				/* Boot Argument Buffer Size */
 | 
									/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -603,8 +603,6 @@
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE \
 | 
					 | 
				
			||||||
		+ sizeof(CONFIG_SYS_PROMPT) + 16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE /* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -324,7 +324,6 @@
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -347,7 +347,6 @@ extern unsigned long get_clock_freq(void);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -360,7 +360,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -465,7 +465,6 @@ extern unsigned long get_clock_freq(void);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -345,7 +345,6 @@ extern unsigned long get_clock_freq(void);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -359,7 +359,6 @@
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x1000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x1000000	/* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -360,7 +360,6 @@ extern unsigned long get_clock_freq(void);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -463,8 +463,6 @@ extern unsigned long get_clock_freq(void);
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE	512		/* Console I/O Buffer Size */
 | 
					#define CONFIG_SYS_CBSIZE	512		/* Console I/O Buffer Size */
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
						/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	32		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	32		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
						/* Boot Argument Buffer Size */
 | 
											/* Boot Argument Buffer Size */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -558,7 +558,6 @@
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -433,7 +433,6 @@
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING          /* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING          /* Command-line editing */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -590,7 +590,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING		/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING		/* Command-line editing */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -723,8 +723,6 @@ extern unsigned long get_sdram_size(void);
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
						/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -598,8 +598,6 @@
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16
 | 
					#define CONFIG_SYS_MAXARGS	16
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -253,8 +253,6 @@ extern unsigned long get_clock_freq(void);
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP			/* undef to save memory	*/
 | 
					#define CONFIG_SYS_LONGHELP			/* undef to save memory	*/
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING		/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING		/* Command-line editing */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
/* Boot Argument Buffer Size */
 | 
					/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -594,9 +594,6 @@ unsigned long get_board_sys_clk(unsigned long dummy);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
				sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
/* Boot Argument Buffer Size */
 | 
					/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -774,7 +774,6 @@ unsigned long get_board_ddr_clk(void);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE  CONFIG_SYS_CBSIZE  /* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE  CONFIG_SYS_CBSIZE  /* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -785,7 +785,6 @@ unsigned long get_board_ddr_clk(void);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE  CONFIG_SYS_CBSIZE  /* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE  CONFIG_SYS_CBSIZE  /* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -653,7 +653,6 @@ unsigned long get_board_ddr_clk(void);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -768,7 +768,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -739,7 +739,6 @@ unsigned long get_board_ddr_clk(void);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING		/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING		/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE		/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE		/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000 /* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000 /* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -685,7 +685,6 @@ unsigned long get_board_ddr_clk(void);
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING		/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING		/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE		/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE		/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000 /* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000 /* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -276,7 +276,6 @@
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -273,8 +273,6 @@
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING	1	/* add command line history */
 | 
					#define CONFIG_CMDLINE_EDITING	1	/* add command line history */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE		/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE		/* add autocompletion support */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
				/* Boot Argument Buffer Size */
 | 
									/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -441,8 +441,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP			/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP			/* undef to save memory */
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
	/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms tick */
 | 
					#define CONFIG_SYS_HZ		1000	/* decrementer freq: 1ms tick */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -101,10 +101,6 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP			/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP			/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	\
 | 
					 | 
				
			||||||
	(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* max number of command args */
 | 
					/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16
 | 
					#define CONFIG_SYS_MAXARGS	16
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -107,10 +107,6 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP			/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP			/* undef to save memory */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	\
 | 
					 | 
				
			||||||
	(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* max number of command args */
 | 
					/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16
 | 
					#define CONFIG_SYS_MAXARGS	16
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -208,8 +208,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP
 | 
					#define CONFIG_SYS_LONGHELP
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE
 | 
					#define CONFIG_AUTO_COMPLETE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_MEMTEST_START       0x10000000
 | 
					#define CONFIG_SYS_MEMTEST_START       0x10000000
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -166,9 +166,6 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		512	/* Console I/O Buffer Size */
 | 
					#define CONFIG_SYS_CBSIZE		512	/* Console I/O Buffer Size */
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		32	/* max number of command */
 | 
					#define CONFIG_SYS_MAXARGS		32	/* max number of command */
 | 
				
			||||||
						/* args */
 | 
											/* args */
 | 
				
			||||||
/* Boot Argument Buffer Size */
 | 
					/* Boot Argument Buffer Size */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -233,9 +233,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Console I/O Buffer Size */
 | 
					/* Console I/O Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		512
 | 
					#define CONFIG_SYS_CBSIZE		512
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE \
 | 
					 | 
				
			||||||
					+ sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
/* Boot Argument Buffer Size */
 | 
					/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -33,9 +33,6 @@
 | 
				
			||||||
/* undef to save memory	*/
 | 
					/* undef to save memory	*/
 | 
				
			||||||
#undef	CONFIG_SYS_LONGHELP
 | 
					#undef	CONFIG_SYS_LONGHELP
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Print buffer size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					 sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
/* max number of command args	*/
 | 
					/* max number of command args	*/
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16
 | 
					#define CONFIG_SYS_MAXARGS		16
 | 
				
			||||||
/* Boot argument buffer size	*/
 | 
					/* Boot argument buffer size	*/
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -44,8 +44,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Miscellaneous configurable options */
 | 
					/* Miscellaneous configurable options */
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS              16
 | 
					#define CONFIG_SYS_MAXARGS              16
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE               (CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_LONGHELP
 | 
					#define CONFIG_SYS_LONGHELP
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING
 | 
					#define CONFIG_CMDLINE_EDITING
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE
 | 
					#define CONFIG_AUTO_COMPLETE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -48,8 +48,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Miscellaneous configurable options */
 | 
					/* Miscellaneous configurable options */
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS              16
 | 
					#define CONFIG_SYS_MAXARGS              16
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE               (CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_LONGHELP
 | 
					#define CONFIG_SYS_LONGHELP
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING
 | 
					#define CONFIG_CMDLINE_EDITING
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE
 | 
					#define CONFIG_AUTO_COMPLETE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -145,9 +145,6 @@
 | 
				
			||||||
#undef CONFIG_SYS_BARGSIZE
 | 
					#undef CONFIG_SYS_BARGSIZE
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Increase print buffer size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Increase maximum number of arguments */
 | 
					/* Increase maximum number of arguments */
 | 
				
			||||||
#undef CONFIG_SYS_MAXARGS
 | 
					#undef CONFIG_SYS_MAXARGS
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		32
 | 
					#define CONFIG_SYS_MAXARGS		32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -52,9 +52,6 @@
 | 
				
			||||||
#undef CONFIG_SYS_BARGSIZE
 | 
					#undef CONFIG_SYS_BARGSIZE
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Increase print buffer size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Increase maximum number of arguments */
 | 
					/* Increase maximum number of arguments */
 | 
				
			||||||
#undef CONFIG_SYS_MAXARGS
 | 
					#undef CONFIG_SYS_MAXARGS
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		32
 | 
					#define CONFIG_SYS_MAXARGS		32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -103,9 +103,6 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP
 | 
					#define CONFIG_SYS_LONGHELP
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		2048		/* console I/O buffer */
 | 
					#define CONFIG_SYS_CBSIZE		2048		/* console I/O buffer */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		\
 | 
					 | 
				
			||||||
				(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
						/* Print buffer size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16		/* max command args */
 | 
					#define CONFIG_SYS_MAXARGS		16		/* max command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
						/* Boot argument buffer size */
 | 
											/* Boot argument buffer size */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -135,9 +135,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_ARP_TIMEOUT		200UL
 | 
					#define CONFIG_ARP_TIMEOUT		200UL
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MEMTEST_START	PHYS_SDRAM
 | 
					#define CONFIG_SYS_MEMTEST_START	PHYS_SDRAM
 | 
				
			||||||
#define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_MEMTEST_START + 0x100000)
 | 
					#define CONFIG_SYS_MEMTEST_END		(CONFIG_SYS_MEMTEST_START + 0x100000)
 | 
				
			||||||
#define CONFIG_SYS_MEMTEST_SCRATCH	0x10800000
 | 
					#define CONFIG_SYS_MEMTEST_SCRATCH	0x10800000
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -58,9 +58,6 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP
 | 
					#define CONFIG_SYS_LONGHELP
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE \
 | 
					 | 
				
			||||||
					 + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16
 | 
					#define CONFIG_SYS_MAXARGS		16
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -178,7 +178,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP
 | 
					#define CONFIG_SYS_LONGHELP
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16
 | 
					#define CONFIG_SYS_MAXARGS		16
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -175,9 +175,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP
 | 
					#define CONFIG_SYS_LONGHELP
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE
 | 
					#define CONFIG_AUTO_COMPLETE
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		\
 | 
					 | 
				
			||||||
		(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Size of malloc() pool
 | 
					 * Size of malloc() pool
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -82,8 +82,6 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP
 | 
					#define CONFIG_SYS_LONGHELP
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
						sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * Misc utility configuration
 | 
					 * Misc utility configuration
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -87,8 +87,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* console configuration */
 | 
					/* console configuration */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		1024	/* Console buffer size */
 | 
					#define CONFIG_SYS_CBSIZE		1024	/* Console buffer size */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
			sizeof(CONFIG_SYS_PROMPT) + 16)	/* Printbuffer size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		64
 | 
					#define CONFIG_SYS_MAXARGS		64
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -86,8 +86,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* console configuration */
 | 
					/* console configuration */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		1024	/* Console buffer size */
 | 
					#define CONFIG_SYS_CBSIZE		1024	/* Console buffer size */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
			sizeof(CONFIG_SYS_PROMPT) + 16)	/* Printbuffer size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		64
 | 
					#define CONFIG_SYS_MAXARGS		64
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -49,8 +49,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* console configuration */
 | 
					/* console configuration */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		1024	/* Console buffer size */
 | 
					#define CONFIG_SYS_CBSIZE		1024	/* Console buffer size */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
			sizeof(CONFIG_SYS_PROMPT) + 16)	/* Printbuffer size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		64
 | 
					#define CONFIG_SYS_MAXARGS		64
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -41,8 +41,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* console configuration */
 | 
					/* console configuration */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE			SZ_1K
 | 
					#define CONFIG_SYS_CBSIZE			SZ_1K
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE			(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
						 sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS			64
 | 
					#define CONFIG_SYS_MAXARGS			64
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE			CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE			CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -45,8 +45,6 @@
 | 
				
			||||||
 * Console
 | 
					 * Console
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16
 | 
					#define CONFIG_SYS_MAXARGS		16
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					 sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_LONGHELP
 | 
					#define CONFIG_SYS_LONGHELP
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -49,9 +49,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Console I/O Buffer Size */
 | 
					/* Console I/O Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		512
 | 
					#define CONFIG_SYS_CBSIZE		512
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE +\
 | 
					 | 
				
			||||||
					sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
/* Boot Argument Buffer Size */
 | 
					/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -187,7 +187,6 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define CONFIG_BOOTFILE        "uImage" /* Boot file name */
 | 
					#define CONFIG_BOOTFILE        "uImage" /* Boot file name */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE      1024 /* Console I/O Buffer Size	*/
 | 
					#define CONFIG_SYS_CBSIZE      1024 /* Console I/O Buffer Size	*/
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE      (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS     16 /* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS     16 /* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE    CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR   (PHYS_SDRAM_1 + 0x700000)
 | 
					#define CONFIG_SYS_LOAD_ADDR   (PHYS_SDRAM_1 + 0x700000)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -40,10 +40,6 @@
 | 
				
			||||||
#define CONFIG_MXC_UART_BASE		UART4_BASE
 | 
					#define CONFIG_MXC_UART_BASE		UART4_BASE
 | 
				
			||||||
#define CONFIG_SYS_BAUDRATE_TABLE	{9600, 19200, 38400, 57600, 115200}
 | 
					#define CONFIG_SYS_BAUDRATE_TABLE	{9600, 19200, 38400, 57600, 115200}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Shell */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* SPI flash */
 | 
					/* SPI flash */
 | 
				
			||||||
#define CONFIG_SF_DEFAULT_BUS		0
 | 
					#define CONFIG_SF_DEFAULT_BUS		0
 | 
				
			||||||
#define CONFIG_SF_DEFAULT_CS		0
 | 
					#define CONFIG_SF_DEFAULT_CS		0
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -175,9 +175,6 @@
 | 
				
			||||||
#define CONFIG_TIMESTAMP
 | 
					#define CONFIG_TIMESTAMP
 | 
				
			||||||
#define CONFIG_SYS_AUTOLOAD		"no"
 | 
					#define CONFIG_SYS_AUTOLOAD		"no"
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
/* Boot Argument Buffer Size */
 | 
					/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		(CONFIG_SYS_CBSIZE)
 | 
					#define CONFIG_SYS_BARGSIZE		(CONFIG_SYS_CBSIZE)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -180,9 +180,6 @@
 | 
				
			||||||
#define CONFIG_SYS_AUTOLOAD		"no"
 | 
					#define CONFIG_SYS_AUTOLOAD		"no"
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		512	/* Console I/O Buffer Size */
 | 
					#define CONFIG_SYS_CBSIZE		512	/* Console I/O Buffer Size */
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		32	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		32	/* max number of command args */
 | 
				
			||||||
/* Boot Argument Buffer Size */
 | 
					/* Boot Argument Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		(CONFIG_SYS_CBSIZE)
 | 
					#define CONFIG_SYS_BARGSIZE		(CONFIG_SYS_CBSIZE)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -169,7 +169,6 @@ from which user programs will be started */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP				/* undef to save memory		*/
 | 
					#define CONFIG_SYS_LONGHELP				/* undef to save memory		*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16		/* max number of command args	*/
 | 
					#define CONFIG_SYS_MAXARGS		16		/* max number of command args	*/
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size	*/
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size	*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -84,8 +84,6 @@
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#undef	CONFIG_SYS_LONGHELP		/* Saves 10 KB */
 | 
					#undef	CONFIG_SYS_LONGHELP		/* Saves 10 KB */
 | 
				
			||||||
#define	CONFIG_SYS_PBSIZE		\
 | 
					 | 
				
			||||||
	(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define	CONFIG_SYS_MAXARGS		16
 | 
					#define	CONFIG_SYS_MAXARGS		16
 | 
				
			||||||
#define	CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define	CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
#define	CONFIG_SYS_DEVICE_NULLDEV	1
 | 
					#define	CONFIG_SYS_DEVICE_NULLDEV	1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -70,9 +70,6 @@
 | 
				
			||||||
#undef CONFIG_SYS_BARGSIZE
 | 
					#undef CONFIG_SYS_BARGSIZE
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Increase print buffer size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Increase maximum number of arguments */
 | 
					/* Increase maximum number of arguments */
 | 
				
			||||||
#undef CONFIG_SYS_MAXARGS
 | 
					#undef CONFIG_SYS_MAXARGS
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		32
 | 
					#define CONFIG_SYS_MAXARGS		32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -51,9 +51,6 @@
 | 
				
			||||||
#undef CONFIG_SYS_BARGSIZE
 | 
					#undef CONFIG_SYS_BARGSIZE
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Increase print buffer size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Increase maximum number of arguments */
 | 
					/* Increase maximum number of arguments */
 | 
				
			||||||
#undef CONFIG_SYS_MAXARGS
 | 
					#undef CONFIG_SYS_MAXARGS
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		32
 | 
					#define CONFIG_SYS_MAXARGS		32
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -141,8 +141,6 @@
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
					#define CONFIG_SYS_LONGHELP		/* undef to save memory */
 | 
				
			||||||
#undef CONFIG_AUTO_COMPLETE
 | 
					#undef CONFIG_AUTO_COMPLETE
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		1024	/* Console I/O Buffer Size */
 | 
					#define CONFIG_SYS_CBSIZE		1024	/* Console I/O Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		\
 | 
					 | 
				
			||||||
			(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS		16	/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -322,8 +322,6 @@
 | 
				
			||||||
#endif /* CONFIG_TRAILBLAZER */
 | 
					#endif /* CONFIG_TRAILBLAZER */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
/* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16
 | 
					#define CONFIG_SYS_MAXARGS	16
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -603,7 +603,6 @@
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -107,8 +107,6 @@
 | 
				
			||||||
	"bootm 0x70000000"
 | 
						"bootm 0x70000000"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16
 | 
					#define CONFIG_SYS_MAXARGS		16
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE +	\
 | 
					 | 
				
			||||||
				 sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_LONGHELP
 | 
					#define CONFIG_SYS_LONGHELP
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING
 | 
					#define CONFIG_CMDLINE_EDITING
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE
 | 
					#define CONFIG_AUTO_COMPLETE
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -429,7 +429,6 @@
 | 
				
			||||||
#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
					#define CONFIG_CMDLINE_EDITING			/* Command-line editing */
 | 
				
			||||||
#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
					#define CONFIG_AUTO_COMPLETE			/* add autocompletion support */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
					#define CONFIG_SYS_LOAD_ADDR	0x2000000	/* default load address */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE	/* Boot Argument Buffer Size */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -242,7 +242,6 @@
 | 
				
			||||||
#define CONFIG_MISC_INIT_R
 | 
					#define CONFIG_MISC_INIT_R
 | 
				
			||||||
#define CONFIG_BOOTFILE		"uImage" /* Boot file name */
 | 
					#define CONFIG_BOOTFILE		"uImage" /* Boot file name */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE	1024 /* Console I/O Buffer Size	*/
 | 
					#define CONFIG_SYS_CBSIZE	1024 /* Console I/O Buffer Size	*/
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16 /* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16 /* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	(PHYS_SDRAM_1 + 0x700000)
 | 
					#define CONFIG_SYS_LOAD_ADDR	(PHYS_SDRAM_1 + 0x700000)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -71,7 +71,6 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define	CONFIG_SYS_LONGHELP				/* undef to save memory      */
 | 
					#define	CONFIG_SYS_LONGHELP				/* undef to save memory      */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define	CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)  /* Print Buffer Size */
 | 
					 | 
				
			||||||
#define	CONFIG_SYS_MAXARGS		16		/* max number of command args*/
 | 
					#define	CONFIG_SYS_MAXARGS		16		/* max number of command args*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_MALLOC_LEN		128*1024
 | 
					#define CONFIG_SYS_MALLOC_LEN		128*1024
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -120,8 +120,6 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP
 | 
					#define CONFIG_SYS_LONGHELP
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		1024
 | 
					#define CONFIG_SYS_CBSIZE		1024
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		\
 | 
					 | 
				
			||||||
	(CONFIG_SYS_CBSIZE + sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		16
 | 
					#define CONFIG_SYS_MAXARGS		16
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -114,8 +114,6 @@ REFLASH(dragonboard/u-boot.img, 8)\
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Monitor Command Prompt */
 | 
					/* Monitor Command Prompt */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		512	/* Console I/O Buffer Size */
 | 
					#define CONFIG_SYS_CBSIZE		512	/* Console I/O Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE		(CONFIG_SYS_CBSIZE + \
 | 
					 | 
				
			||||||
					sizeof(CONFIG_SYS_PROMPT) + 16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE		CONFIG_SYS_CBSIZE
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS		64	/* max command args */
 | 
					#define CONFIG_SYS_MAXARGS		64	/* max command args */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -105,7 +105,6 @@
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#define CONFIG_BOOTFILE		"uImage" /* Boot file name */
 | 
					#define CONFIG_BOOTFILE		"uImage" /* Boot file name */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE	1024 /* Console I/O Buffer Size	*/
 | 
					#define CONFIG_SYS_CBSIZE	1024 /* Console I/O Buffer Size	*/
 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16 /* max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16 /* max number of command args */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */
 | 
				
			||||||
#define CONFIG_SYS_LOAD_ADDR	(PHYS_SDRAM_1 + 0x700000)
 | 
					#define CONFIG_SYS_LOAD_ADDR	(PHYS_SDRAM_1 + 0x700000)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -62,7 +62,6 @@
 | 
				
			||||||
#define	CONFIG_SYS_LONGHELP	1
 | 
					#define	CONFIG_SYS_LONGHELP	1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define	CONFIG_SYS_CBSIZE	1024	/* Console I/O Buffer Size	*/
 | 
					#define	CONFIG_SYS_CBSIZE	1024	/* Console I/O Buffer Size	*/
 | 
				
			||||||
#define	CONFIG_SYS_PBSIZE 	(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
#define	CONFIG_SYS_MAXARGS	16	/* max number of command args	*/
 | 
					#define	CONFIG_SYS_MAXARGS	16	/* max number of command args	*/
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -78,8 +78,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define CONFIG_SYS_LONGHELP			/* Enable "long" help in mon */
 | 
					#define CONFIG_SYS_LONGHELP			/* Enable "long" help in mon */
 | 
				
			||||||
#define CONFIG_SYS_CBSIZE		1024	/* Console I/O buffer size */
 | 
					#define CONFIG_SYS_CBSIZE		1024	/* Console I/O buffer size */
 | 
				
			||||||
/* Print buffer size */
 | 
					 | 
				
			||||||
#define CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16)
 | 
					 | 
				
			||||||
/* Boot argument buffer size */
 | 
					/* Boot argument buffer size */
 | 
				
			||||||
#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
					#define CONFIG_SYS_BARGSIZE	CONFIG_SYS_CBSIZE
 | 
				
			||||||
#define CONFIG_SYS_MAXARGS	16		/* Max number of command args */
 | 
					#define CONFIG_SYS_MAXARGS	16		/* Max number of command args */
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
Some files were not shown because too many files have changed in this diff Show More
		Loading…
	
		Reference in New Issue