diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2010-05-28 10:56:50 +0800 |
---|---|---|
committer | Scott McNutt <smcnutt@psyent.com> | 2010-05-28 10:56:04 -0400 |
commit | 1117cbf2adac59050af1751af6c6a524afa5c3ef (patch) | |
tree | a53832c1bcea3180e6830e8b3f9cb41adeed2d44 /include/watchdog.h | |
parent | 6803336c9f21ba428f5c1b1cf825bbbac0a762e5 (diff) | |
download | u-boot-1117cbf2adac59050af1751af6c6a524afa5c3ef.tar.gz u-boot-1117cbf2adac59050af1751af6c6a524afa5c3ef.tar.xz u-boot-1117cbf2adac59050af1751af6c6a524afa5c3ef.zip |
nios: remove nios-32 arch
The nios-32 arch is obsolete and broken. So it is removed.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'include/watchdog.h')
-rw-r--r-- | include/watchdog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/watchdog.h b/include/watchdog.h index ef2f5aac9b..b9599143af 100644 --- a/include/watchdog.h +++ b/include/watchdog.h @@ -31,10 +31,6 @@ # error "Configuration error: CONFIG_HW_WATCHDOG and CONFIG_WATCHDOG can't be used together." #endif -#if defined(__ASSEMBLY__) && defined(__NIOS__) -# error "Configuration error: WATCHDOG_RESET inside assembler not supported for Nios platforms." -#endif - /* * Hardware watchdog */ |