From 375505f5ccd178e4ec60a006067de3d88607ef70 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Thu, 17 Jul 2003 22:10:11 +0000 Subject: [PATCH] dont export sandpoint options git-svn-id: svn://svn.coreboot.org/coreboot/trunk@976 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/config/Options.lb | 12 ++++++------ 1 file 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