diff options
author | Shreenidhi Shedi <yesshedi@gmail.com> | 2018-07-15 02:05:39 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-07-19 10:49:55 +0200 |
commit | 88811bb5a11b1d29196694fdcfa26a4e6ebd87d4 (patch) | |
tree | 84131004230915248293d5f7ab4bf10700c50503 /board/xilinx | |
parent | 35912528a86ad15dd6931d03ec4ac275e24581a2 (diff) | |
download | u-boot-88811bb5a11b1d29196694fdcfa26a4e6ebd87d4.tar.gz u-boot-88811bb5a11b1d29196694fdcfa26a4e6ebd87d4.tar.bz2 u-boot-88811bb5a11b1d29196694fdcfa26a4e6ebd87d4.zip |
microblaze: Delete Xilinx watchdog related macros
These macros are not required anymore. These will be taken from
configuration file.
Signed-off-by: Shreenidhi Shedi <yesshedi@gmail.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'board/xilinx')
-rw-r--r-- | board/xilinx/microblaze-generic/xparameters.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/xilinx/microblaze-generic/xparameters.h b/board/xilinx/microblaze-generic/xparameters.h index 57998edba4..01116d827c 100644 --- a/board/xilinx/microblaze-generic/xparameters.h +++ b/board/xilinx/microblaze-generic/xparameters.h @@ -19,7 +19,3 @@ /* Flash Memory is FLASH_2Mx32 */ #define XILINX_FLASH_START 0x2c000000 #define XILINX_FLASH_SIZE 0x00800000 - -/* Watchdog IP is wxi_timebase_wdt_0 */ -#define XILINX_WATCHDOG_BASEADDR 0x50000000 -#define XILINX_WATCHDOG_IRQ 1 |