configs: Disable now unbuildable SPI options for boards
[platform/kernel/u-boot.git] / board / work-microwave / work_92105 / work_92105.c
index eb2e7d7..3f23af9 100644 (file)
@@ -52,8 +52,10 @@ int board_early_init_r(void)
        gpio_request(GPO_19, "NAND_nWP");
        gpio_direction_output(GPO_19, 1);
 
+#ifdef CONFIG_DEPRECATED
        /* initialize display */
        work_92105_display_init();
+#endif
 
        return 0;
 }