diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-01-29 01:53:36 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-01-29 01:53:36 +0000 |
commit | 64528cb29979382e382ccebd978d00b11d43dad8 (patch) | |
tree | fee1d6527ee396807478af5d971a80a7c584c37c /targets | |
parent | 053f89b05735901b5af990b41b68b408ddaea1b9 (diff) |
use static config
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1362 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/motorola/sandpoint/Config.lb | 4 |
1 files changed, 4 insertions, 0 deletions
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 |