diff options
author | Dave Chapman <dave@dchapman.com> | 2009-07-16 00:19:39 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2009-07-16 00:19:39 +0000 |
commit | a677e1ba26f516420dc220057261afcc7b374237 (patch) | |
tree | 141bb348a2def006f966418883c3f039d316800b | |
parent | c969047feac408aea61539f5c5244a8ad588ad84 (diff) |
Oops, r21896 used the wrong #if check. Thanks to Thomas Martitz for spotting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21897 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/s5l8700.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/s5l8700.h b/firmware/export/s5l8700.h index 0eceaef6cd..940f47f7f2 100644 --- a/firmware/export/s5l8700.h +++ b/firmware/export/s5l8700.h @@ -493,7 +493,7 @@ #define UBRDIV1 (*(REG32_PTR_T)(0x3CC08028)) /* Baud Rate Divisor Register */ /* 26. LCD INTERFACE CONTROLLER */ -#ifdef CPU_S5L8700 +#if CONFIG_CPU==S5L8700 #define LCD_BASE 0x3C100000 #else /* CPU_S5L8701 */ #define LCD_BASE 0x38600000 |