]> git.sur5r.net Git - u-boot/blobdiff - board/BuS/EB+MCF-EV123/VCxK.h
arm-imx: Fix register definitions
[u-boot] / board / BuS / EB+MCF-EV123 / VCxK.h
index 74467ba98a7eb857a604618da910e50b13fdc2b3..f591e5c52f3c2641caed2868cf408d9d84661e91 100644 (file)
 #define __VCXK_H_
 
 extern int init_vcxk(void);
-void   vcxk_loadimage(ulong source);
+void   vcxk_loadimage(ulong source);
 
 #define VIDEO_ACKNOWLEDGE_PORT MCFGPTB_GPTPORT
-#define VIDEO_ACKNOWLEDGE_DDR  MCFGPTB_GPTDDR
+#define VIDEO_ACKNOWLEDGE_DDR  MCFGPTB_GPTDDR
 #define VIDEO_ACKNOWLEDGE_PIN  0x0001
 
-#define VIDEO_ENABLE_PORT      MCFGPTB_GPTPORT
-#define VIDEO_ENABLE_DDR       MCFGPTB_GPTDDR
+#define VIDEO_ENABLE_PORT      MCFGPTB_GPTPORT
+#define VIDEO_ENABLE_DDR       MCFGPTB_GPTDDR
 #define VIDEO_ENABLE_PIN       0x0002
 
-#define VIDEO_REQUEST_PORT     MCFGPTB_GPTPORT
-#define VIDEO_REQUEST_DDR      MCFGPTB_GPTDDR
+#define VIDEO_REQUEST_PORT     MCFGPTB_GPTPORT
+#define VIDEO_REQUEST_DDR      MCFGPTB_GPTDDR
 #define VIDEO_REQUEST_PIN      0x0004
 
 #define VIDEO_Invert_CFG       MCFGPIO_PEPAR
 #define VIDEO_Invert_IO                MCFGPIO_PEPAR_PEPA2
-#define VIDEO_INVERT_PORT      MCFGPIO_PORTE
-#define VIDEO_INVERT_DDR       MCFGPIO_DDRE
+#define VIDEO_INVERT_PORT      MCFGPIO_PORTE
+#define VIDEO_INVERT_DDR       MCFGPIO_DDRE
 #define VIDEO_INVERT_PIN       MCFGPIO_PORT2
 
 #endif