Commit f9730121 authored by Tristan Gingold's avatar Tristan Gingold

wr2rf: clean-up

rename board.h to board-config.h,
remove v1 in Kconfig
parent de0a4793
......@@ -74,9 +74,9 @@ config TARGET_PXIE_FMC
PXIe FMC Carrier (Zynq Ultrascale+)
config TARGET_WR2RF_VME
bool "WR2RF-VME Board (v1)"
bool "WR2RF-VME Board"
help
WR2RF-VME Board (v1)
WR2RF-VME Board
config TARGET_SPEC_SILABS
bool "SPEC Board with a silabs aux oscillator (TEST)"
......
......@@ -4,14 +4,8 @@
* Released according to the GNU GPL, version 2 or any later version.
*/
#ifndef __BOARD_WR2RF_VME_H
#define __BOARD_WR2RF_VME_H
#include "dev/gpio.h"
#include "dev/bb_spi.h"
#include "dev/24aa025.h"
#include "dev/spi_flash.h"
#include "dev/bb_i2c.h"
#ifndef __BOARD_CONFIG_WR2RF_VME_H
#define __BOARD_CONFIG_WR2RF_VME_H
#define BOARD_USE_CUSTOM_SDBFS 1
#define BOARD_HAS_CUSTOM_NETWORK_INIT 1
......@@ -60,4 +54,4 @@
#define SDBFS_REC 5
#endif /* __BOARD_WRC_H */
#endif /* __BOARD_CONFIG_WR2RF_VME_H */
......@@ -49,7 +49,7 @@
#elif defined(CONFIG_TARGET_PXIE_FMC)
# include "boards/pxie-fmc/board.h"
#elif defined(CONFIG_TARGET_WR2RF_VME)
# include "boards/wr2rf-vme/board.h"
# include "boards/wr2rf-vme/board-config.h"
#else
# error no board defined
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment