Coding Style cleanup

Fix trailing white space, indentation by spaces instead of TABs,
excessive blank lines, trailing blank lines.

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2011-12-19 12:03:40 +01:00
parent 10879aa21c
commit 6b62b9a31d
9 changed files with 34 additions and 46 deletions

View File

@ -123,4 +123,3 @@ struct lcd_sync_arg {
void da8xx_video_init(const struct da8xx_panel *panel, int bits_pixel); void da8xx_video_init(const struct da8xx_panel *panel, int bits_pixel);
#endif /* ifndef DA8XX_FB_H */ #endif /* ifndef DA8XX_FB_H */

View File

@ -108,4 +108,3 @@ Place a linux uImage in the TFTP disk area.
tftp 2000000 rootfs.ext2.gz.uboot tftp 2000000 rootfs.ext2.gz.uboot
tftp 3000000 p3060rdb.dtb tftp 3000000 p3060rdb.dtb
bootm 1000000 2000000 3000000 bootm 1000000 2000000 3000000

View File

@ -74,4 +74,3 @@ Update SPI ROM:
=> sf erase 0 80000 => sf erase 0 80000
4. Write u-boot image to SPI ROM. 4. Write u-boot image to SPI ROM.
=> sf write 0x89000000 0 80000 => sf write 0x89000000 0 80000

View File

@ -435,4 +435,3 @@ enum RPADIR_BIT {
enum FIFO_SIZE_BIT { enum FIFO_SIZE_BIT {
FIFO_SIZE_T = 0x00000700, FIFO_SIZE_R = 0x00000007, FIFO_SIZE_T = 0x00000700, FIFO_SIZE_R = 0x00000007,
}; };

View File

@ -251,5 +251,3 @@ int ehci_hcd_stop(void)
{ {
return 0; return 0;
} }

View File

@ -103,12 +103,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#define CONFIG_SYS_MEMTEST_END 0x1fffffff #define CONFIG_SYS_MEMTEST_END 0x1fffffff
#define CONFIG_PANIC_HANG /* do not reset board on panic */ #define CONFIG_PANIC_HANG /* do not reset board on panic */
/* /*
* Config the L2 Cache as L2 SRAM * Config the L2 Cache as L2 SRAM
*/ */
@ -316,7 +310,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#define _IO_BASE 0x00000000 #define _IO_BASE 0x00000000
#endif #endif
#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */ #define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
#define CONFIG_DOS_PARTITION #define CONFIG_DOS_PARTITION
@ -563,6 +556,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
"tftp $fdtaddr $tftppath/$fdtfile;" \ "tftp $fdtaddr $tftppath/$fdtfile;" \
"bootm $loadaddr - $fdtaddr" "bootm $loadaddr - $fdtaddr"
#define CONFIG_RAMBOOTCOMMAND \ #define CONFIG_RAMBOOTCOMMAND \
"setenv bootargs root=/dev/ram rw " \ "setenv bootargs root=/dev/ram rw " \
"console=$consoledev,$baudrate $othbootargs;" \ "console=$consoledev,$baudrate $othbootargs;" \