diff options
author | Albert Aribaud <[albert.aribaud@free.fr]> | 2010-08-27 21:41:48 +0530 |
---|---|---|
committer | Prafulla Wadaskar <prafulla@marvell.com> | 2010-08-27 21:41:48 +0530 |
commit | 438c37e1b3493c800fd50924d0b492f96d5c66bb (patch) | |
tree | 52fed1a3c38f1d4c14e8679ad521f66f5d137842 | |
parent | f106056095049c2c748c2a2797e5353295240e04 (diff) | |
download | u-boot-imx-438c37e1b3493c800fd50924d0b492f96d5c66bb.zip u-boot-imx-438c37e1b3493c800fd50924d0b492f96d5c66bb.tar.gz u-boot-imx-438c37e1b3493c800fd50924d0b492f96d5c66bb.tar.bz2 |
orion5x: fix comment-in-comment typo in cpu.h
Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
-rw-r--r-- | arch/arm/include/asm/arch-orion5x/cpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-orion5x/cpu.h b/arch/arm/include/asm/arch-orion5x/cpu.h index 80717f8..6ce02a9 100644 --- a/arch/arm/include/asm/arch-orion5x/cpu.h +++ b/arch/arm/include/asm/arch-orion5x/cpu.h @@ -76,7 +76,7 @@ enum orion5x_cpu_attrib { /* * Device Address MAP BAR values -/* + * * All addresses and sizes not defined by board code * will be given default values here. */ |