From 7865ae0deabc377fa29fb53b01647621959c6564 Mon Sep 17 00:00:00 2001 From: Marin Hannache Date: Thu, 12 Apr 2012 23:14:08 +0200 Subject: [image] Remove non-working image loaders The WinCE, a.out and FreeBSD loaders are designed to be #included by core/loader.c, which no longer exists. These old loaders are not usable anymore and cause compilation failures when enabled in config/general.h. Signed-off-by: Marin Hannache Signed-off-by: Michael Brown --- src/config/config.c | 9 --------- src/config/general.h | 3 --- 2 files changed, 12 deletions(-) (limited to 'src/config') diff --git a/src/config/config.c b/src/config/config.c index 4ce1909dc..9c1df1f30 100644 --- a/src/config/config.c +++ b/src/config/config.c @@ -155,18 +155,9 @@ REQUIRE_OBJECT ( nbi ); #ifdef IMAGE_ELF REQUIRE_OBJECT ( elfboot ); #endif -#ifdef IMAGE_FREEBSD -REQUIRE_OBJECT ( freebsd ); -#endif #ifdef IMAGE_MULTIBOOT REQUIRE_OBJECT ( multiboot ); #endif -#ifdef IMAGE_AOUT -REQUIRE_OBJECT ( aout ); -#endif -#ifdef IMAGE_WINCE -REQUIRE_OBJECT ( wince ); -#endif #ifdef IMAGE_PXE REQUIRE_OBJECT ( pxe_image ); #endif diff --git a/src/config/general.h b/src/config/general.h index ec095028c..22a901d66 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -94,10 +94,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ //#define IMAGE_NBI /* NBI image support */ //#define IMAGE_ELF /* ELF image support */ -//#define IMAGE_FREEBSD /* FreeBSD kernel image support */ //#define IMAGE_MULTIBOOT /* MultiBoot image support */ -//#define IMAGE_AOUT /* a.out image support */ -//#define IMAGE_WINCE /* WinCE image support */ //#define IMAGE_PXE /* PXE image support */ //#define IMAGE_SCRIPT /* iPXE script image support */ //#define IMAGE_BZIMAGE /* Linux bzImage image support */ -- cgit v1.2.3-55-g7522