aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-12-19 12:03:40 +0100
committerWolfgang Denk <wd@denx.de>2011-12-19 12:03:40 +0100
commit6b62b9a31de421bc3646c4dc1063c6d037de62b3 (patch)
treee749aec12da01acbc8326a418eeed866a2752dab /include
parent10879aa21ca22bdc631336d203b1742b16f91a30 (diff)
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>
Diffstat (limited to 'include')
-rw-r--r--include/configs/P2020COME.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/configs/P2020COME.h b/include/configs/P2020COME.h
index db88b683e..cf20d2b2e 100644
--- a/include/configs/P2020COME.h
+++ b/include/configs/P2020COME.h
@@ -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;" \