From 5c45f550601d5fc8358adfb5feec9e51bc46ee4a Mon Sep 17 00:00:00 2001 From: Vasili Galka Date: Sun, 15 Jun 2014 18:42:09 +0300 Subject: Remove nios-32 arch remnants nios-32 arch was removed back in 2010 (1117cbf). Code depending on its headers (nios.h, nios-io.h) can't possibly compile since then. As it wasn't fixed till now it is safe to remove. Signed-off-by: Vasili Galka --- board/psyent/common/AMDLV065D.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'board/psyent') diff --git a/board/psyent/common/AMDLV065D.c b/board/psyent/common/AMDLV065D.c index 409a7a8..64cb970 100644 --- a/board/psyent/common/AMDLV065D.c +++ b/board/psyent/common/AMDLV065D.c @@ -7,11 +7,7 @@ #include -#if defined(CONFIG_NIOS) -#include -#else #include -#endif #define SECTSZ (64 * 1024) flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; -- cgit v1.1