mirror of
				https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
				synced 2025-11-04 03:04:52 -05:00 
			
		
		
		
	Coding style cleanup
This commit is contained in:
		
							parent
							
								
									797638f9ff
								
							
						
					
					
						commit
						095b8a3798
					
				@ -208,22 +208,22 @@ void reset_phy (void)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static unsigned long UPMATable[] = {
 | 
			
		||||
	0x8fffec00,  0x0ffcfc00,  0x0ffcfc00,  0x0ffcfc00, //Words 0 to 3
 | 
			
		||||
	0x0ffcfc04,  0x3ffdfc00,  0xfffffc01,  0xfffffc01, //Words 4 to 7
 | 
			
		||||
	0xfffffc00,  0xfffffc04,  0xfffffc01,  0xfffffc00, //Words 8 to 11
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc00, //Words 12 to 15
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc00, //Words 16 to 19
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc01, //Words 20 to 23
 | 
			
		||||
	0x8fffec00,  0x00fffc00,  0x00fffc00,  0x00fffc00, //Words 24 to 27
 | 
			
		||||
	0x0ffffc04,  0xfffffc01,  0xfffffc01,  0xfffffc01, //Words 28 to 31
 | 
			
		||||
	0xfffffc00,  0xfffffc01,  0xfffffc01,  0xfffffc00, //Words 32 to 35
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc00, //Words 36 to 39
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc00, //Words 40 to 43
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc01, //Words 44 to 47
 | 
			
		||||
	0xfffffc00,  0xfffffc04,  0xfffffc01,  0xfffffc00, //Words 48 to 51
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc00, //Words 52 to 55
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc01, //Words 56 to 59
 | 
			
		||||
	0xffffec00,  0xffffec04,  0xffffec00,  0xfffffc01  //Words 60 to 63
 | 
			
		||||
	0x8fffec00,  0x0ffcfc00,  0x0ffcfc00,  0x0ffcfc00, /* Words 0 to 3	*/
 | 
			
		||||
	0x0ffcfc04,  0x3ffdfc00,  0xfffffc01,  0xfffffc01, /* Words 4 to 7	*/
 | 
			
		||||
	0xfffffc00,  0xfffffc04,  0xfffffc01,  0xfffffc00, /* Words 8 to 11	*/
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc00, /* Words 12 to 15	*/
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc00, /* Words 16 to 19	*/
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc01, /* Words 20 to 23	*/
 | 
			
		||||
	0x8fffec00,  0x00fffc00,  0x00fffc00,  0x00fffc00, /* Words 24 to 27	*/
 | 
			
		||||
	0x0ffffc04,  0xfffffc01,  0xfffffc01,  0xfffffc01, /* Words 28 to 31	*/
 | 
			
		||||
	0xfffffc00,  0xfffffc01,  0xfffffc01,  0xfffffc00, /* Words 32 to 35	*/
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc00, /* Words 36 to 39	*/
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc00, /* Words 40 to 43	*/
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc01, /* Words 44 to 47	*/
 | 
			
		||||
	0xfffffc00,  0xfffffc04,  0xfffffc01,  0xfffffc00, /* Words 48 to 51	*/
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc00, /* Words 52 to 55	*/
 | 
			
		||||
	0xfffffc00,  0xfffffc00,  0xfffffc00,  0xfffffc01, /* Words 56 to 59	*/
 | 
			
		||||
	0xffffec00,  0xffffec04,  0xffffec00,  0xfffffc01  /* Words 60 to 63	*/
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
int board_early_init_f (void)
 | 
			
		||||
 | 
			
		||||
@ -351,8 +351,6 @@ static unsigned char intel_sector_protected (flash_info_t *info, ushort sector)
 | 
			
		||||
	return ret;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*-----------------------------------------------------------------------
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -457,7 +457,6 @@ int do_usb (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 | 
			
		||||
		/* try to recognize storage devices immediately */
 | 
			
		||||
		if (i >= 0)
 | 
			
		||||
	 		usb_stor_curr_dev = usb_stor_scan(1);
 | 
			
		||||
		
 | 
			
		||||
#endif
 | 
			
		||||
		return 0;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
@ -46,7 +46,6 @@
 | 
			
		||||
#include <405gp_pci.h>
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
#undef USB_DEBUG
 | 
			
		||||
 | 
			
		||||
#ifdef	USB_DEBUG
 | 
			
		||||
 | 
			
		||||
@ -1220,8 +1220,6 @@ pkt_print(dev, pipe, buffer, transfer_len, cmd, "SUB(rh)", usb_pipein(pipe));
 | 
			
		||||
	return stat;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/*-------------------------------------------------------------------------*/
 | 
			
		||||
 | 
			
		||||
/* common code for handling submit messages - used for all but root hub */
 | 
			
		||||
 | 
			
		||||
@ -36,7 +36,7 @@
 | 
			
		||||
#define CONFIG_4xx			1	/* ... PPC4xx family	*/
 | 
			
		||||
#define CONFIG_BOARD_EARLY_INIT_F	1   /* Call board_early_init_f	*/
 | 
			
		||||
#undef	CFG_DRAM_TEST				/* disable - takes long time! */
 | 
			
		||||
//#define CONFIG_SYS_CLK_FREQ	66666666    /* external freq to pll	*/
 | 
			
		||||
/*#define CONFIG_SYS_CLK_FREQ	66666666    /X* external freq to pll	*/
 | 
			
		||||
#define CONFIG_SYS_CLK_FREQ	33333333    /* external freq to pll	*/
 | 
			
		||||
 | 
			
		||||
/*-----------------------------------------------------------------------
 | 
			
		||||
@ -73,7 +73,7 @@
 | 
			
		||||
#define CFG_MONITOR_LEN		(256 * 1024)	/* Reserve 256 kB for Mon	*/
 | 
			
		||||
#define CFG_MALLOC_LEN		(128 * 1024)	/* Reserve 128 kB for malloc*/
 | 
			
		||||
#define CFG_KBYTES_SDRAM	( 128 * 1024)	/* 128MB		     */
 | 
			
		||||
//#define CFG_SDRAM_BANKS     (2)
 | 
			
		||||
/*#define CFG_SDRAM_BANKS	(2) */
 | 
			
		||||
#define CFG_SDRAM_BANKS		(1)
 | 
			
		||||
 | 
			
		||||
/*-----------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user