[U-Boot] [PATCH] Hardware watchdog support for AT91SAM9260 CPU
Sergey Lapin
slapin at ossfans.org
Fri Aug 15 00:32:05 CEST 2008
On Fri, Aug 15, 2008 at 02:29:26AM +0400, Sergey Lapin wrote:
>
> Signed-off-by: Sergey Lapin <slapin at ossfans.org>
> ---
> cpu/arm926ejs/at91/Makefile | 1 +
> cpu/arm926ejs/at91/watchdog.c | 35 +++++++++++++++++++++++++++++++++++
> 2 files changed, 36 insertions(+), 0 deletions(-)
> create mode 100644 cpu/arm926ejs/at91/watchdog.c
>
> SRCS := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)
> diff --git a/cpu/arm926ejs/at91/watchdog.c b/cpu/arm926ejs/at91/watchdog.c
> new file mode 100644
> index 0000000..da15268
> --- /dev/null
> +++ b/cpu/arm926ejs/at91/watchdog.c
> @@ -0,0 +1,35 @@
> +/*
> + * watchdog.c - driver for at91sam9260 watchdog
> + *
> + * Copyright (c) 2007-2008 Analog Devices Inc.
Oops, this is wrong (cut-paste error),
will resubmit
More information about the U-Boot
mailing list