mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
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>
This commit is contained in:
parent
35912528a8
commit
88811bb5a1
2 changed files with 0 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -43,16 +43,6 @@
|
|||
# define CONFIG_SYS_GPIO_0_ADDR XILINX_GPIO_BASEADDR
|
||||
#endif
|
||||
|
||||
/* watchdog */
|
||||
#if defined(XILINX_WATCHDOG_BASEADDR) && defined(XILINX_WATCHDOG_IRQ)
|
||||
# define CONFIG_WATCHDOG_BASEADDR XILINX_WATCHDOG_BASEADDR
|
||||
# define CONFIG_WATCHDOG_IRQ XILINX_WATCHDOG_IRQ
|
||||
# ifndef CONFIG_SPL_BUILD
|
||||
# define CONFIG_HW_WATCHDOG
|
||||
# define CONFIG_XILINX_TB_WATCHDOG
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_MALLOC_LEN 0xC0000
|
||||
|
||||
/* Stack location before relocation */
|
||||
|
|
Loading…
Reference in a new issue