Fix smc91111 ethernet driver for Xaeniax board (need to handle
[oweals/u-boot.git] / drivers / cfb_console.c
index 6a8df79277ad927a61aa61611e3323030d9f8388..1eaac4771ed2b0be00de4d3062ab90c657e91db3 100644 (file)
@@ -123,7 +123,9 @@ CONFIG_VIDEO_HW_CURSOR:          - Uses the hardware cursor capability of the
 /*****************************************************************************/
 #ifdef CONFIG_VIDEO_SED13806
 
+#ifndef CONFIG_TOTAL5200
 #define VIDEO_FB_LITTLE_ENDIAN
+#endif
 #define VIDEO_HW_RECTFILL
 #define VIDEO_HW_BITBLT
 #endif
@@ -1169,7 +1171,6 @@ int drv_video_init (void)
 {
        int skip_dev_init;
        device_t console_dev;
-       char *penv;
 
        skip_dev_init = 0;