mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
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:
parent
10879aa21c
commit
6b62b9a31d
9 changed files with 34 additions and 46 deletions
|
@ -123,4 +123,3 @@ struct lcd_sync_arg {
|
|||
void da8xx_video_init(const struct da8xx_panel *panel, int bits_pixel);
|
||||
|
||||
#endif /* ifndef DA8XX_FB_H */
|
||||
|
||||
|
|
|
@ -108,4 +108,3 @@ Place a linux uImage in the TFTP disk area.
|
|||
tftp 2000000 rootfs.ext2.gz.uboot
|
||||
tftp 3000000 p3060rdb.dtb
|
||||
bootm 1000000 2000000 3000000
|
||||
|
||||
|
|
|
@ -74,4 +74,3 @@ Update SPI ROM:
|
|||
=> sf erase 0 80000
|
||||
4. Write u-boot image to SPI ROM.
|
||||
=> sf write 0x89000000 0 80000
|
||||
|
||||
|
|
|
@ -435,4 +435,3 @@ enum RPADIR_BIT {
|
|||
enum FIFO_SIZE_BIT {
|
||||
FIFO_SIZE_T = 0x00000700, FIFO_SIZE_R = 0x00000007,
|
||||
};
|
||||
|
||||
|
|
|
@ -251,5 +251,3 @@ int ehci_hcd_stop(void)
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -103,12 +103,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|||
#define CONFIG_SYS_MEMTEST_END 0x1fffffff
|
||||
#define CONFIG_PANIC_HANG /* do not reset board on panic */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* 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
|
||||
#endif
|
||||
|
||||
|
||||
#define CONFIG_PCI_SCAN_SHOW /* show pci devices on startup */
|
||||
#define CONFIG_DOS_PARTITION
|
||||
|
||||
|
@ -563,6 +556,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
|
|||
"tftp $fdtaddr $tftppath/$fdtfile;" \
|
||||
"bootm $loadaddr - $fdtaddr"
|
||||
|
||||
|
||||
#define CONFIG_RAMBOOTCOMMAND \
|
||||
"setenv bootargs root=/dev/ram rw " \
|
||||
"console=$consoledev,$baudrate $othbootargs;" \
|
||||
|
|
Loading…
Reference in a new issue