Skip to content

Commit

Permalink
[PATCH] ARM: 2716/1: SharpSL Param: Fix typo
Browse files Browse the repository at this point in the history
Patch from Richard Purdie

Fix typo in sharpsl_param.c so it works correctly on collie.

Signed-off-by: Richard Purdie
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Richard Purdie authored and Russell King committed Jun 20, 2005
1 parent e4fe198 commit d67947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/common/sharpsl_param.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* them early in the boot process, then pass them to the appropriate drivers.
* Not all devices use all paramaters but the format is common to all.
*/
#ifdef ARCH_SA1100
#ifdef CONFIG_ARCH_SA1100
#define PARAM_BASE 0xe8ffc000
#else
#define PARAM_BASE 0xa0000a00
Expand Down

0 comments on commit d67947a

Please sign in to comment.