summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@heisenberg.transvirtual.com>2002-07-10 00:08:43 -0700
committerJames Simmons <jsimmons@heisenberg.transvirtual.com>2002-07-10 00:08:43 -0700
commitdc20135e1e4ca2a19f48ad53523102f18f00ec28 (patch)
tree39310655ebd644c98a11e1a83a69f887daaf3d2b /drivers
parent834209dbd1d70b504db7680c28d9471d44a52b61 (diff)
Permiedia 2 support on PowerPC platform.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/pm2fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/pm2fb.c b/drivers/video/pm2fb.c
index dfc42394feda..b83288d8b70a 100644
--- a/drivers/video/pm2fb.c
+++ b/drivers/video/pm2fb.c
@@ -57,7 +57,7 @@
#error "The endianness of the target host has not been defined."
#endif
-#if defined(__BIG_ENDIAN) && !defined(__sparc__)
+#if defined(__BIG_ENDIAN) && !defined(__sparc__) && (!defined(CONFIG_PPC) || defined(CONFIG_FB_PM2_CVPPC))
#define PM2FB_BE_APERTURE
#endif