diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-24 21:11:23 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-24 21:11:23 +0000 |
commit | 8091adb7dd1fa978ea836c3edd8295285bf8e5f6 (patch) | |
tree | fa593895d36273e7cf6989d02d5ff6bdd7a90f67 /targets | |
parent | 33fff7a0dd984526d169fbd860d64c545aaf85d6 (diff) |
missing options
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1032 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/motorola/sandpoint/Config.lb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/targets/motorola/sandpoint/Config.lb b/targets/motorola/sandpoint/Config.lb index 8b66ae64fd..8384106368 100644 --- a/targets/motorola/sandpoint/Config.lb +++ b/targets/motorola/sandpoint/Config.lb @@ -11,6 +11,7 @@ uses HAVE_OPTION_TABLE uses CONFIG_SANDPOINT_ALTIMUS uses CONFIG_COMPRESS uses DEFAULT_CONSOLE_LOGLEVEL +uses CONFIG_CHIP_CONFIGURE uses NO_POST uses CONFIG_CONSOLE_SERIAL8250 uses CONFIG_IDE_STREAM @@ -21,6 +22,7 @@ uses ROM_SIZE ROM_IMAGE_SIZE uses ROM_SECTION_SIZE uses ROM_SECTION_OFFSET uses _ROMBASE +uses _RAMBASE uses CACHE_RAM_BASE uses CACHE_RAM_SIZE uses STACK_SIZE HEAP_SIZE |