diff options
author | Stefan Roese <sr@denx.de> | 2008-03-31 12:20:48 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-03-31 12:20:48 +0200 |
commit | 02e3892021112f21067d9ed1d04ae4182725ba52 (patch) | |
tree | 55b735626142316629926d176a33a72a01a5ac73 /board/esd/pmc440/pmc440.c | |
parent | 034394abb524785047c815f00dde8cdbdc1593c5 (diff) | |
download | u-boot-imx-02e3892021112f21067d9ed1d04ae4182725ba52.zip u-boot-imx-02e3892021112f21067d9ed1d04ae4182725ba52.tar.gz u-boot-imx-02e3892021112f21067d9ed1d04ae4182725ba52.tar.bz2 |
ppc4xx: Small whitespace fix of esd patches
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'board/esd/pmc440/pmc440.c')
-rw-r--r-- | board/esd/pmc440/pmc440.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/pmc440/pmc440.c b/board/esd/pmc440/pmc440.c index 7fadc42..5b811bb 100644 --- a/board/esd/pmc440/pmc440.c +++ b/board/esd/pmc440/pmc440.c @@ -565,7 +565,7 @@ void pci_target_init(struct pci_controller *hose) pci_write_config_word(0, PCI_SUBSYSTEM_VENDOR_ID, CFG_PCI_SUBSYS_VENDORID); - /* disabled for PMC405 backward compatibility */ + /* disabled for PMC405 backward compatibility */ /* Configure command register as bus master */ /* pci_write_config_word(0, PCI_COMMAND, PCI_COMMAND_MASTER); */ |