summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-08-10 08:42:25 (GMT)
committerStefan Roese <sr@denx.de>2007-08-10 08:42:25 (GMT)
commit35d22f957a85a22bb3cd1ad084fa5404620d1c42 (patch)
treebbf53ba2eb24df7ed78f0fafd071b6da3dbe1a95 /include/configs
parent157cda4d0c3d592ccbb19bbfc07d9251894f0894 (diff)
downloadu-boot-35d22f957a85a22bb3cd1ad084fa5404620d1c42.tar.xz
Coding style cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/hcu4.h4
-rw-r--r--include/configs/hcu5.h4
2 files changed, 1 insertions, 7 deletions
diff --git a/include/configs/hcu4.h b/include/configs/hcu4.h
index 8779db9..9e45e90 100644
--- a/include/configs/hcu4.h
+++ b/include/configs/hcu4.h
@@ -312,8 +312,6 @@
#define CONFIG_PORT_ADDR 0xF0000500
-
-
/*-----------------------------------------------------------------------
* Cache Configuration
*----------------------------------------------------------------------*/
@@ -333,7 +331,7 @@
#define CFG_HUSH_PARSER /* use "hush" command parser */
#ifdef CFG_HUSH_PARSER
- #define CFG_PROMPT_HUSH_PS2 "> "
+#define CFG_PROMPT_HUSH_PS2 "> "
#endif
#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
diff --git a/include/configs/hcu5.h b/include/configs/hcu5.h
index 87f6948..fa6ca37 100644
--- a/include/configs/hcu5.h
+++ b/include/configs/hcu5.h
@@ -236,8 +236,6 @@
#define CONFIG_DOS_PARTITION
#define CONFIG_ISO_PARTITION
-// CFG_CMD_FLASH |
-
#define CONFIG_COMMANDS (CONFIG_CMD_DFL | \
CFG_CMD_ASKENV | \
CFG_CMD_BSP | \
@@ -301,7 +299,6 @@
#define CFG_PCI_TARGBASE 0x80000000 /* PCIaddr mapped to CFG_PCI_MEMBASE*/
/* Board-specific PCI */
-#define CFG_PCI_PRE_INIT /* enable board pci_pre_init() */
#define CFG_PCI_TARGET_INIT
#define CFG_PCI_MASTER_INIT
@@ -389,4 +386,3 @@
#define CONFIG_KGDB_SER_INDEX 2 /* which serial port to use */
#endif
#endif /* __CONFIG_H */
-