diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-17 22:10:11 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2003-07-17 22:10:11 +0000 |
commit | 375505f5ccd178e4ec60a006067de3d88607ef70 (patch) | |
tree | 5da3a0c4c3342bf7e33c07e1d2f019b8e521ab86 | |
parent | a8d2240e6ace307dd11ffb3a26ee58fd1ad1e066 (diff) |
dont export sandpoint options
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@976 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | src/config/Options.lb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 89d4ebe94a..b87c0ad247 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -196,7 +196,7 @@ define ROM_IMAGE_SIZE comment "Default image size" end define ROM_SECTION_SIZE - default FALLBACK_SIZE + default {FALLBACK_SIZE} format "0x%x" export used comment "Default rom section size" @@ -578,26 +578,26 @@ end ############################################### define CONFIG_SANDPOINT_ALTIMUS default 0 - export used + export never comment "Configure Sandpoint with Altimus PMC" end define CONFIG_SANDPOINT_TALUS default 0 - export used + export never comment "Configure Sandpoint with Talus PMC" end define CONFIG_SANDPOINT_UNITY default 0 - export used + export never comment "Configure Sandpoint with Unity PMC" end define CONFIG_SANDPOINT_VALIS default 0 - export used + export never comment "Configure Sandpoint with Valis PMC" end define CONFIG_SANDPOINT_GYRUS default 0 - export used + export never comment "Configure Sandpoint with Gyrus PMC" end |