Merge git://git.denx.de/u-boot-x86
[platform/kernel/u-boot.git] / include / ns16550.h
index 5784cfd..0607379 100644 (file)
@@ -53,7 +53,7 @@
  * @clock:             UART base clock speed in Hz
  */
 struct ns16550_platdata {
-       unsigned char *base;
+       unsigned long base;
        int reg_shift;
        int clock;
 };