Commit dc20135e authored by James Simmons's avatar James Simmons

Permiedia 2 support on PowerPC platform.

parent 834209db
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
#error "The endianness of the target host has not been defined." #error "The endianness of the target host has not been defined."
#endif #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 #define PM2FB_BE_APERTURE
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment