]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx53: remove obsolete tx53_fdt_fixup_sata()
authorLothar Waßmann <LW@KARO-electronics.de>
Wed, 11 Dec 2013 08:59:40 +0000 (09:59 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 11 Dec 2013 08:59:40 +0000 (09:59 +0100)
board/karo/tx53/tx53.c

index 92340dd88241dda6857f6c9e0b8471b58f141c47..45e5b77d1cd8a5eef373a08988bd38eec25eccc3 100644 (file)
@@ -1206,17 +1206,6 @@ static inline void tx53_fixup_rtc(void *blob)
 }
 #endif /* CONFIG_SYS_TX53_HWREV_2 */
 
-#ifndef CONFIG_SYS_LVDS_IF
-static inline void tx53_fdt_fixup_sata(void *blob)
-{
-       karo_fdt_enable_node(blob, "/soc/sata", 0);
-}
-#else
-static inline void tx53_fdt_fixup_sata(void *blob)
-{
-}
-#endif
-
 static const char *tx53_touchpanels[] = {
        "ti,tsc2007",
        "edt,edt-ft5x06",