diff options
author | Vasili Galka | 2014-06-15 18:42:09 +0300 |
---|---|---|
committer | Tom Rini | 2014-06-19 11:19:06 -0400 |
commit | 5c45f550601d5fc8358adfb5feec9e51bc46ee4a (patch) | |
tree | 91d6ea0a992491c3c12e1cdc17619132707f1322 /board/psyent | |
parent | 7fae9e249367172d225b7fc9e62d9f3e96fcd8e5 (diff) |
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 <vvv444@gmail.com>
Diffstat (limited to 'board/psyent')
-rw-r--r-- | board/psyent/common/AMDLV065D.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/psyent/common/AMDLV065D.c b/board/psyent/common/AMDLV065D.c index 409a7a82fb4..64cb97029ee 100644 --- a/board/psyent/common/AMDLV065D.c +++ b/board/psyent/common/AMDLV065D.c @@ -7,11 +7,7 @@ #include <common.h> -#if defined(CONFIG_NIOS) -#include <nios.h> -#else #include <asm/io.h> -#endif #define SECTSZ (64 * 1024) flash_info_t flash_info[CONFIG_SYS_MAX_FLASH_BANKS]; |