From 0479e9f541f260f865e7d35594cf718cb8fa1e7c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 25 May 2006 01:34:13 +0000 Subject: [PATCH] relocate.o is now dragged in by the objects that require it; there is no need for a CONFIG_RELOCATE. --- src/config.h | 1 - src/core/config.c | 9 --------- 2 files changed, 10 deletions(-) diff --git a/src/config.h b/src/config.h index ec4b1801..c1293b80 100644 --- a/src/config.h +++ b/src/config.h @@ -118,7 +118,6 @@ * */ -#define RELOCATE /* Relocate to high memory */ #undef BUILD_SERIAL /* Include an automatic build serial * number. Add "bs" to the list of * make targets. For example: diff --git a/src/core/config.c b/src/core/config.c index 7756c634..ce92d90a 100644 --- a/src/core/config.c +++ b/src/core/config.c @@ -136,15 +136,6 @@ REQUIRE_OBJECT ( btext ); REQUIRE_OBJECT ( pc_kbd ); #endif -/* - * Drag in relocate.o if required - * - */ - -#ifdef RELOCATE -REQUIRE_OBJECT ( relocate ); -#endif - /* * Drag in all requested protocols *