diff options
author | Stefan Roese <sr@denx.de> | 2007-08-10 10:42:25 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-08-10 10:42:25 +0200 |
commit | 35d22f957a85a22bb3cd1ad084fa5404620d1c42 (patch) | |
tree | bbf53ba2eb24df7ed78f0fafd071b6da3dbe1a95 /include/configs/hcu5.h | |
parent | 157cda4d0c3d592ccbb19bbfc07d9251894f0894 (diff) | |
download | u-boot-imx-35d22f957a85a22bb3cd1ad084fa5404620d1c42.zip u-boot-imx-35d22f957a85a22bb3cd1ad084fa5404620d1c42.tar.gz u-boot-imx-35d22f957a85a22bb3cd1ad084fa5404620d1c42.tar.bz2 |
Coding style cleanup
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/hcu5.h')
-rw-r--r-- | include/configs/hcu5.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ - |