diff options
author | Michal Simek | 2018-07-12 08:46:11 +0200 |
---|---|---|
committer | Michal Simek | 2018-07-19 10:49:54 +0200 |
commit | 71c52f2949b1b4e657e08d7130e50f315b857dc7 (patch) | |
tree | 99746e586a999e02eb99df6a18866a9f5e8ca068 | |
parent | b68e40e64130379e5b5fcd2fca0b86eb311c065c (diff) |
microblaze: Remove unused XILINX_BOARD_NAME macro
This macro is not used anywhere that's why remove it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r-- | board/xilinx/microblaze-generic/xparameters.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/xilinx/microblaze-generic/xparameters.h b/board/xilinx/microblaze-generic/xparameters.h index 51bca40e34f..57998edba47 100644 --- a/board/xilinx/microblaze-generic/xparameters.h +++ b/board/xilinx/microblaze-generic/xparameters.h @@ -10,8 +10,6 @@ * the generated file from your Xilinx design flow. */ -#define XILINX_BOARD_NAME microblaze-generic - /* Microblaze is microblaze_0 */ #define XILINX_FSL_NUMBER 3 |