]> git.sur5r.net Git - u-boot/blobdiff - board/cei/cei-tk1-som/cei-tk1-som.c
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
[u-boot] / board / cei / cei-tk1-som / cei-tk1-som.c
index 9ba7490c38580ddea3439adb0ee37826ba7c9a6e..c2e27b7b675a8e773e24909417608b51aa179071 100644 (file)
@@ -13,8 +13,6 @@
 
 #include "pinmux-config-cei-tk1-som.h"
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /*
  * Routine: pinmux_init
  * Description: Do individual peripheral pinmux configs
@@ -39,6 +37,7 @@ void pinmux_init(void)
 #ifdef CONFIG_PCI_TEGRA
 int tegra_pcie_board_init(void)
 {
+/* TODO: Convert to driver model
        struct udevice *pmic;
        int err;
 
@@ -59,6 +58,7 @@ int tegra_pcie_board_init(void)
                error("failed to set SD4 voltage: %d\n", err);
                return err;
        }
+*/
 
        return 0;
 }