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 /common/cmd_bootm.c | |
| parent | 6803336c9f21ba428f5c1b1cf825bbbac0a762e5 (diff) | |
| download | olio-uboot-2014.01-1117cbf2adac59050af1751af6c6a524afa5c3ef.tar.xz olio-uboot-2014.01-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 'common/cmd_bootm.c')
| -rw-r--r-- | common/cmd_bootm.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index da060098a..880320211 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -174,8 +174,6 @@ void arch_preboot_os(void) __attribute__((weak, alias("__arch_preboot_os")));    #define IH_INITRD_ARCH IH_ARCH_MICROBLAZE  #elif defined(__mips__)    #define IH_INITRD_ARCH IH_ARCH_MIPS -#elif defined(__nios__) -  #define IH_INITRD_ARCH IH_ARCH_NIOS  #elif defined(__nios2__)    #define IH_INITRD_ARCH IH_ARCH_NIOS2  #elif defined(__PPC__) |