diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 15:06:25 +0200 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-15 22:46:33 +0100 |
commit | f0c9eb4ec2d3c9f4ddd74b75da6dfc137e0f6b0d (patch) | |
tree | 2fafcca36864b8b6c8a9c58800728ab2637dea34 /arch/arm/plat-s3c | |
parent | [ARM] S3C24A0: Correct S3C2410_PA_GPIO in S3C24XX_VA_GPIO (diff) | |
download | linux-f0c9eb4ec2d3c9f4ddd74b75da6dfc137e0f6b0d.tar.xz linux-f0c9eb4ec2d3c9f4ddd74b75da6dfc137e0f6b0d.zip |
[ARM] S3C24A0: Debug macro definitions
Add the necessary debug macros for the S3C24A0 to enable
kernel debugging, and fix a bug with selecting the wrong
default debug implementation from the base include.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/debug-macro.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c/include/plat/debug-macro.S b/arch/arm/plat-s3c/include/plat/debug-macro.S index 4aa7e2e6c001..3634d4e3708b 100644 --- a/arch/arm/plat-s3c/include/plat/debug-macro.S +++ b/arch/arm/plat-s3c/include/plat/debug-macro.S @@ -20,7 +20,7 @@ .endm #ifndef fifo_level -#define fifo_level fifo_level_s3c2410 +#define fifo_level fifo_level_s3c2440 #endif .macro fifo_full_s3c2440 rd, rx |