]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_vfd.c
UBI: Fix size parsing in "ubi create"
[u-boot] / common / cmd_vfd.c
index 104c3105612e5917b746db523e72bdef1f769ed3..45f427126da27cf774c4bfceeba126980041829c 100644 (file)
@@ -75,7 +75,6 @@ U_BOOT_CMD(
 );
 #endif
 
-#ifdef CONFIG_VFD
 int trab_vfd (ulong bitmap)
 {
        uchar *addr;
@@ -103,4 +102,3 @@ int trab_vfd (ulong bitmap)
        transfer_pic(3, addr, VFD_LOGO_HEIGHT, VFD_LOGO_WIDTH);
        return 0;
 }
-#endif /* CONFIG_VFD */