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/cmd_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/cmd_pmc440.c')
-rw-r--r-- | board/esd/pmc440/cmd_pmc440.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/board/esd/pmc440/cmd_pmc440.c b/board/esd/pmc440/cmd_pmc440.c index e9e9746..90d9309 100644 --- a/board/esd/pmc440/cmd_pmc440.c +++ b/board/esd/pmc440/cmd_pmc440.c @@ -503,15 +503,15 @@ int do_pmm(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) /* map PCI address at 0xc0000000 in PLB space */ - /* PMM1 Mask/Attribute - disabled b4 setting */ + /* PMM1 Mask/Attribute - disabled b4 setting */ out32r(PCIX0_PMM1MA, 0x00000000); - /* PMM1 Local Address */ + /* PMM1 Local Address */ out32r(PCIX0_PMM1LA, 0xc0000000); - /* PMM1 PCI Low Address */ + /* PMM1 PCI Low Address */ out32r(PCIX0_PMM1PCILA, pciaddr); - /* PMM1 PCI High Address */ + /* PMM1 PCI High Address */ out32r(PCIX0_PMM1PCIHA, 0x00000000); - /* 256MB + No prefetching, and enable region */ + /* 256MB + No prefetching, and enable region */ out32r(PCIX0_PMM1MA, 0xf0000001); } else { printf("Usage:\npmm %s\n", cmdtp->help); |