dont export sandpoint options

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@976 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2003-07-17 22:10:11 +00:00
parent a8d2240e6a
commit 375505f5cc
1 changed files with 6 additions and 6 deletions

View File

@ -196,7 +196,7 @@ define ROM_IMAGE_SIZE
comment "Default image size" comment "Default image size"
end end
define ROM_SECTION_SIZE define ROM_SECTION_SIZE
default FALLBACK_SIZE default {FALLBACK_SIZE}
format "0x%x" format "0x%x"
export used export used
comment "Default rom section size" comment "Default rom section size"
@ -578,26 +578,26 @@ end
############################################### ###############################################
define CONFIG_SANDPOINT_ALTIMUS define CONFIG_SANDPOINT_ALTIMUS
default 0 default 0
export used export never
comment "Configure Sandpoint with Altimus PMC" comment "Configure Sandpoint with Altimus PMC"
end end
define CONFIG_SANDPOINT_TALUS define CONFIG_SANDPOINT_TALUS
default 0 default 0
export used export never
comment "Configure Sandpoint with Talus PMC" comment "Configure Sandpoint with Talus PMC"
end end
define CONFIG_SANDPOINT_UNITY define CONFIG_SANDPOINT_UNITY
default 0 default 0
export used export never
comment "Configure Sandpoint with Unity PMC" comment "Configure Sandpoint with Unity PMC"
end end
define CONFIG_SANDPOINT_VALIS define CONFIG_SANDPOINT_VALIS
default 0 default 0
export used export never
comment "Configure Sandpoint with Valis PMC" comment "Configure Sandpoint with Valis PMC"
end end
define CONFIG_SANDPOINT_GYRUS define CONFIG_SANDPOINT_GYRUS
default 0 default 0
export used export never
comment "Configure Sandpoint with Gyrus PMC" comment "Configure Sandpoint with Gyrus PMC"
end end