diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-27 18:10:01 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-08-27 18:10:01 +0200 |
commit | 16850919ff8666f20d047cb83b4ee77581336515 (patch) | |
tree | 7101d27231e24b9b1173fc76b1353beb0a5ffd50 /cpu/ppc4xx/440spe_pcie.c | |
parent | 3b0ff842bf70baf1f370c8e76e8f33a0f9904c1b (diff) | |
download | u-boot-imx-16850919ff8666f20d047cb83b4ee77581336515.zip u-boot-imx-16850919ff8666f20d047cb83b4ee77581336515.tar.gz u-boot-imx-16850919ff8666f20d047cb83b4ee77581336515.tar.bz2 |
Code cleanup
Diffstat (limited to 'cpu/ppc4xx/440spe_pcie.c')
-rw-r--r-- | cpu/ppc4xx/440spe_pcie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/440spe_pcie.c b/cpu/ppc4xx/440spe_pcie.c index 2e920aa..b2621c2 100644 --- a/cpu/ppc4xx/440spe_pcie.c +++ b/cpu/ppc4xx/440spe_pcie.c @@ -169,7 +169,7 @@ static void ppc440spe_setup_utl(u32 port) { break; } utl_base = (unsigned int *)(CFG_PCIE_BASE + 0x1000 * port); - + /* * Set buffer allocations and then assert VRB and TXE. */ |