arm: Disable ATAGs support
[platform/kernel/u-boot.git] / board / freescale / mx6sabreauto / mx6sabreauto.c
index e92ef26..9155dcf 100644 (file)
@@ -321,12 +321,14 @@ static void setup_gpmi_nand(void)
 }
 #endif
 
+#ifdef CONFIG_REVISION_TAG
 u32 get_board_rev(void)
 {
        int rev = nxp_board_rev();
 
        return (get_cpu_rev() & ~(0xF << 8)) | rev;
 }
+#endif
 
 static int ar8031_phy_fixup(struct phy_device *phydev)
 {