From 64528cb29979382e382ccebd978d00b11d43dad8 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Thu, 29 Jan 2004 01:53:36 +0000 Subject: use static config git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1362 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/motorola/sandpoint/Config.lb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'targets') diff --git a/targets/motorola/sandpoint/Config.lb b/targets/motorola/sandpoint/Config.lb index 56d5850f8f..144713d2e0 100644 --- a/targets/motorola/sandpoint/Config.lb +++ b/targets/motorola/sandpoint/Config.lb @@ -12,6 +12,7 @@ uses CONFIG_SANDPOINT_ALTIMUS uses CONFIG_COMPRESS uses DEFAULT_CONSOLE_LOGLEVEL uses CONFIG_USE_INIT +uses CONFIG_CHIP_CONFIGURE uses NO_POST uses CONFIG_CONSOLE_SERIAL8250 uses TTYS0_BASE @@ -35,6 +36,9 @@ uses HEAP_SIZE ## Use stage 1 initialization code option CONFIG_USE_INIT=1 +## Use static configuration +option CONFIG_CHIP_CONFIGURE=1 + ## We don't use compressed image option CONFIG_COMPRESS=0 -- cgit v1.2.3