]> git.sur5r.net Git - u-boot/blobdiff - drivers/serial/serial_meson.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / drivers / serial / serial_meson.c
index 363affb8c5f8e2e07a83d56265c6e276ba025b68..a363cd9a1f48ba94ae876b3eecbee5406c34eaac 100644 (file)
@@ -11,8 +11,6 @@
 #include <linux/compiler.h>
 #include <serial.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct meson_uart {
        u32 wfifo;
        u32 rfifo;
@@ -125,6 +123,7 @@ static const struct dm_serial_ops meson_serial_ops = {
 
 static const struct udevice_id meson_serial_ids[] = {
        { .compatible = "amlogic,meson-uart" },
+       { .compatible = "amlogic,meson-gx-uart" },
        { }
 };