diff options
author | Stefan Roese <sr@denx.de> | 2008-07-18 12:24:41 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2008-07-18 12:31:25 +0200 |
commit | 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c (patch) | |
tree | 922577031775f896fe4c2e8a777cb2090b9b10f8 /cpu/ppc4xx/interrupts.c | |
parent | 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc (diff) | |
download | u-boot-imx-60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c.zip u-boot-imx-60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c.tar.gz u-boot-imx-60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c.tar.bz2 |
ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ppc4xx/interrupts.c')
-rw-r--r-- | cpu/ppc4xx/interrupts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/interrupts.c b/cpu/ppc4xx/interrupts.c index 58d1d81..494bd8c 100644 --- a/cpu/ppc4xx/interrupts.c +++ b/cpu/ppc4xx/interrupts.c @@ -136,7 +136,7 @@ int interrupt_init_cpu (unsigned *decrementer_count) set_evpr(0x00000000); /* - *Call uic or xilinx_irq pic_enable + * Call uic or xilinx_irq pic_enable */ pic_enable(); |