diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-02-15 13:44:19 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-04-04 20:28:38 +0200 |
commit | a359eaa59857079678a2fa5ff0e4c0894de4ee1d (patch) | |
tree | c415ca3eeec7f53920342b898647608c372dc32b /board | |
parent | 9aa65cab73e4873f3e94c6df3d0efd99f3bc9926 (diff) | |
download | u-boot-imx-a359eaa59857079678a2fa5ff0e4c0894de4ee1d.zip u-boot-imx-a359eaa59857079678a2fa5ff0e4c0894de4ee1d.tar.gz u-boot-imx-a359eaa59857079678a2fa5ff0e4c0894de4ee1d.tar.bz2 |
microblaze: Remove !OF_CONTROL code for timer and interrupt
OF_CONTROL is enabled by default that's why this is dead code.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/xilinx/microblaze-generic/xparameters.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/board/xilinx/microblaze-generic/xparameters.h b/board/xilinx/microblaze-generic/xparameters.h index ccb528e..dc5645b 100644 --- a/board/xilinx/microblaze-generic/xparameters.h +++ b/board/xilinx/microblaze-generic/xparameters.h @@ -13,21 +13,10 @@ #define XILINX_BOARD_NAME microblaze-generic -/* System Clock Frequency */ -#define XILINX_CLOCK_FREQ 100000000 - /* Microblaze is microblaze_0 */ #define XILINX_USE_MSR_INSTR 1 #define XILINX_FSL_NUMBER 3 -/* Interrupt controller is opb_intc_0 */ -#define XILINX_INTC_BASEADDR 0x41200000 -#define XILINX_INTC_NUM_INTR_INPUTS 6 - -/* Timer pheriphery is opb_timer_1 */ -#define XILINX_TIMER_BASEADDR 0x41c00000 -#define XILINX_TIMER_IRQ 0 - /* GPIO is LEDs_4Bit*/ #define XILINX_GPIO_BASEADDR 0x40000000 |