From 3cd3a260a6c623ff695d7bb9981133339e0bfff8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 12 Dec 2014 16:32:58 +0100 Subject: bsp/mpc8xx: Fix warnings close #2211 --- c/src/lib/libbsp/powerpc/tqm8xx/configure.ac | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/tqm8xx/configure.ac') diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac b/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac index aa1513b0b7..353d6b774c 100644 --- a/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac +++ b/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac @@ -77,24 +77,6 @@ RTEMS_BSPOPTS_HELP([CONS_SCC4_MODE], channel. Set it to CONS_MODE_POLLED for polled operation, CONS_MODE_IRQ for interrupt driven (spooled) operation. Set it to CONS_MODE_UNUSED, if not used]) -RTEMS_BSPOPTS_SET([SPI_BOARD_INIT_FNC],[pghplus],[bsp_pghplus_spi_init]) -RTEMS_BSPOPTS_SET([SPI_BOARD_INIT_FNC],[*],[bsp_dummy_spi_init]) -RTEMS_BSPOPTS_HELP([SPI_BOARD_INIT_FNC], -[(BSP--SPI board init function) Specify the function that inits the board - port lines and further devices.]) - -RTEMS_BSPOPTS_SET([SPI_SEND_STOP_FNC],[pghplus],[bsp_pghplus_spi_send_stop]) -RTEMS_BSPOPTS_SET([SPI_SEND_STOP_FNC],[*],[bsp_dummy_spi_send_stop]) -RTEMS_BSPOPTS_HELP([SPI_SEND_STOP_FNC], -[(BSP--SPI send stop function) Specify the function that deaddresses SPI - devices. Set to bsp_dummy_spi_send_stop for dummy implementation]) - -RTEMS_BSPOPTS_SET([SPI_SEND_ADDR_FNC],[pghplus],[bsp_pghplus_spi_sel_addr]) -RTEMS_BSPOPTS_SET([SPI_SEND_ADDR_FNC],[*],[bsp_dummy_spi_sel_addr]) -RTEMS_BSPOPTS_HELP([SPI_SEND_ADDR_FNC], -[(BSP--SPI send address function) Specify the function that addresses SPI - devices. Set to bsp_dummy_spi_sel_addr for dummy implementation]) - # add selection of primary network interface RTEMS_BSPOPTS_SET([BSP_USE_NETWORK_FEC],[pghplus],[1]) RTEMS_BSPOPTS_SET([BSP_USE_NETWORK_FEC],[*],[0]) -- cgit v1.2.3