summaryrefslogtreecommitdiffstats
path: root/board/psyent
diff options
context:
space:
mode:
authorVasili Galka <vvv444@gmail.com>2014-06-15 18:42:09 +0300
committerTom Rini <trini@ti.com>2014-06-19 11:19:06 -0400
commit5c45f550601d5fc8358adfb5feec9e51bc46ee4a (patch)
tree91d6ea0a992491c3c12e1cdc17619132707f1322 /board/psyent
parent7fae9e249367172d225b7fc9e62d9f3e96fcd8e5 (diff)
downloadblackbird-obmc-uboot-5c45f550601d5fc8358adfb5feec9e51bc46ee4a.tar.gz
blackbird-obmc-uboot-5c45f550601d5fc8358adfb5feec9e51bc46ee4a.zip
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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/psyent/common/AMDLV065D.c b/board/psyent/common/AMDLV065D.c
index 409a7a82fb..64cb97029e 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];
OpenPOWER on IntegriCloud